search for: 73f860ae

Displaying 2 results from an estimated 2 matches for "73f860ae".

2013 Aug 23
0
[LLVMdev] Command line options being put in Target backend libraries
...du http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130823/73f860ae/attachment.html>
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