Hi Folk, This question might be better suitable for clang mailing list. Please forgive me for asking it here first. In the llvm-gcc front-end, there is an option -mllvm that passes its following string as the option to opt, I'm wondering if clang also has a similar option. If yes, what is it? Thanks, Neal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110104/46a9f98b/attachment.html>
On Jan 4, 2011, at 10:16 PM, Neal N. Wang wrote:> Hi Folk, > > This question might be better suitable for clang mailing list. Please forgive me for asking it here first. In the llvm-gcc front-end, there is an option -mllvm that passes its following string as the option to opt, I'm wondering if clang also has a similar option. If yes, what is it? >The -mllvm will pass the option with clang as well. -bw