search for: f9c130d9

Displaying 1 result from an estimated 1 matches for "f9c130d9".

2013 Jul 26
4
[LLVMdev] Command line options being put in Target backend libraries
Hi, I see a lot of command line options being set in Target backend libraries. The problem with that is if a third party tool links with Target libraries and has a command 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