search for: f01d426c

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

Did you mean: f01242ac
2004 Aug 24
0
[LLVMdev] Support/CommandLine.h exposed through Pass.h?
On Tue, 24 Aug 2004, Reid Spencer wrote: > In writing llvmc, I need to link in the Bytecode reader in order to > extract the "dependent libraries" from the bytecode files. And, bytecode > reader needs vmcore. And, vmcore has a static cl::opt<bool> named > "EnableTiming" for the -time-passes option. This conflicts at runtime > with llvmc's -time-passes
2004 Aug 24
2
[LLVMdev] Support/CommandLine.h exposed through Pass.h?
Hi, In writing llvmc, I need to link in the Bytecode reader in order to extract the "dependent libraries" from the bytecode files. And, bytecode reader needs vmcore. And, vmcore has a static cl::opt<bool> named "EnableTiming" for the -time-passes option. This conflicts at runtime with llvmc's -time-passes option (which it passes through to sub-tools). So, my