[LLVMdev] Passing llc options to Clang

Daniil Troshkov troshkovdanil at gmail.com
Mon Oct 13 13:11:34 PDT 2014


maybe try to use -mllvm for each arg

./clang -mllvm -march=X86-64 -mllvm -mcpu=core2 -o hello hello.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141014/e5b123ab/attachment.html>


More information about the llvm-dev mailing list