I'm getting a lot of this from make check: g++: unrecognized option `-Qunused-arguments' This presumably comes from commit 94666 (test/LLVMC/ExternOptions.td and other files). That option is specific to clang, isn't it? Should %compile_cxx be picking up clang instead of my system's g++? -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi Edmund,> I'm getting a lot of this from make check: > > g++: unrecognized option `-Qunused-arguments'I already reverted that change. Hopefully someone will come up with a solution. Ciao, Duncan.
Sorry about that, I was hoping I could get away with gcc ignoring that flag, but apparently not. I'll find a real solution one day. - Daniel On Wed, Jan 27, 2010 at 6:57 AM, Edmund Grimley Evans <Edmund.Grimley-Evans at arm.com> wrote:> I'm getting a lot of this from make check: > > g++: unrecognized option `-Qunused-arguments' > > This presumably comes from commit 94666 (test/LLVMC/ExternOptions.td and > other files). > > That option is specific to clang, isn't it? Should %compile_cxx be > picking up clang instead of my system's g++? > > -- > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Seemingly Similar Threads
- [LLVMdev] ambiguity of .align
- [Bug 2574] New: configure: line 5805: syntax error near unexpected token `-Qunused-arguments'
- [LLVMdev] Which is more compact, .bc or .ll.gz? And what might be even more compact?
- [LLVMdev] llvm/test: suffix or operands invalid for `push'
- [LLVMdev] Returning big vectors on ARM broke in rev 103411