Displaying 5 results from an estimated 5 matches for "enablebasepointer".
2013 Jul 26
4
[LLVMdev] Command line options being put in Target backend libraries
...and line option that needs to be
processed, the option in the Target libraries will get overridden.
$ cd llvm/lib/Target
$ grep 'cl::' */*.cpp --> produces lot of such occurences.
For example :- libLLVMX86CodeGen.a contains
libLLVMX86CodeGen.a:X86RegisterInfo.cpp.o:0000000000000080 b
EnableBasePointer
I think those command line options would need to be moved to the drivers
that are using them, Isnt it ?
Am I mistaken ?
Thanks
Shankar Easwaran
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation
2013 Aug 23
2
[LLVMdev] Command line options being put in Target backend libraries
...arget libraries will get overridden.
>>
>> $ cd llvm/lib/Target
>> $ grep 'cl::' */*.cpp --> produces lot of such occurences.
>>
>> For example :- libLLVMX86CodeGen.a contains
>> libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b
>> EnableBasePointer
>>
>> I think those command line options would need to be moved to the drivers
>> that are using them, Isnt it ?
>>
>> Am I mistaken ?
>>
>> Thanks
>>
>> Shankar Easwaran
>>
>> --
>> Qualcomm Innovation Center, Inc. is a member...
2013 Aug 23
0
[LLVMdev] Command line options being put in Target backend libraries
...ed, the option in the
> Target libraries will get overridden.
>
> $ cd llvm/lib/Target
> $ grep 'cl::' */*.cpp --> produces lot of such occurences.
>
> For example :- libLLVMX86CodeGen.a contains
> libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b
> EnableBasePointer
>
> I think those command line options would need to be moved to the drivers
> that are using them, Isnt it ?
>
> Am I mistaken ?
>
> Thanks
>
> Shankar Easwaran
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted
> by the Linux...
2013 Aug 23
0
[LLVMdev] Command line options being put in Target backend libraries
....
> >>
> >> $ cd llvm/lib/Target
> >> $ grep 'cl::' */*.cpp --> produces lot of such occurences.
> >>
> >> For example :- libLLVMX86CodeGen.a contains
> >> libLLVMX86CodeGen.a:**X86RegisterInfo.cpp.o:**0000000000000080 b
> >> EnableBasePointer
> >>
> >> I think those command line options would need to be moved to the
> >> drivers
> >> that are using them, Isnt it ?
> >>
> >> Am I mistaken ?
> >>
> >> Thanks
> >>
> >> Shankar Easwaran
> >>
&...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
..., "llvm::(anonymous namespace)::VR64VTs"},
{"_ZL14EnableARM3Addr", "EnableARM3Addr"},
{"_ZL20ForceAllBaseRegAlloc", "ForceAllBaseRegAlloc"},
{"_ZL21EnableLocalStackAlloc", "EnableLocalStackAlloc"},
{"_ZL17EnableBasePointer", "EnableBasePointer"},
{"_ZN4llvm12_GLOBAL__N_1L6CCRVTsE", "llvm::(anonymous namespace)::CCRVTs"},
{"_ZN4llvm12_GLOBAL__N_1L6DPRVTsE", "llvm::(anonymous namespace)::DPRVTs"},
{"_ZN4llvm12_GLOBAL__N_1L8DPR_8VTsE", "...