search for: r141052

Displaying 2 results from an estimated 2 matches for "r141052".

2011 Oct 03
2
[LLVMdev] TableGen command line option conflict
Hi, Seems that lib/TableGen/Main.cpp (trunk) defines a set of command line options such as "-o". When building llvm with --enable-shared configured, almost all llvm-* tools are unusable since they also define "-o". How about not using these global options, or not linking it to libLLVM? Thanks. - xi
2011 Oct 04
0
[LLVMdev] TableGen command line option conflict
...cpp (trunk) defines a set of command line options such as "-o". When building llvm with --enable-shared configured, almost all llvm-* tools are unusable since they also define "-o". How about not using these global options, or not linking it to libLLVM? Thanks. Hi Xi, Does r141052 resolve this issue for you? Thanks, -- Peter