search for: parsefrontendargs

Displaying 3 results from an estimated 3 matches for "parsefrontendargs".

2012 Feb 21
3
[LLVMdev] How To Pass An Command Line Option To The Pass
Hi all, I have a problem with passing multiple option(-flag=aaa/bbb) from clang to llvm, I don't know how to parse it, should I parse it in clang and pass it to llvm or should I parse it in llvm pass where I use it, could you help me. Thanks in advance, Sevak.
2012 Feb 22
0
[LLVMdev] How To Pass An Command Line Option To The Pass
Hi all, I have problem with debugging clang, gdb does not stop in function ParseFrontendArgs, the function works because I wrote errs() and I saw it in command line, I also wrote __asm__("int $3") in ParseFrontendArgs but it does not help. Thanks in advance.
2012 Feb 22
1
[LLVMdev] How To Pass An Command Line Option To The Pass
On 2/22/2012 7:29 AM, Sevak Sargsyan wrote: > Hi all, > I have problem with debugging clang, gdb does not stop in function > ParseFrontendArgs, the function works because I wrote errs() and I saw > it in command line, > I also wrote __asm__("int $3") in ParseFrontendArgs but it does not help. Are you debugging the correct process? Note that invocations of 'clang' without '-cc1' fork/exec 'clang -cc1...