[LLVMdev] LLVM command options in Visual Studio

Seung Jae Lee lee225 at uiuc.edu
Thu Apr 5 22:26:54 PDT 2007


Hello.
I wonder how I can use the options of LLVM commands in Visual Studio Debugging mode.

For example, 
If I want to follow the pass on 'llc -march=x86 hello.bc' in the Visual Studio's debuggin mode, how can I let it know the options such as '-march=x86 hello.bc'?
I can set the breakpoint in main() in llc.cpp but I can't let it cognize that I want X86 assembly code from hello.bc.
Forgive my ignorance.

Thanks, 
Seung Jae Lee



More information about the llvm-dev mailing list