It means essentially the same thing as -mllvm; there isn't any reason to have separate options.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Uh sure. :)
Though I'd almost do it the other way around. That said, -mllvm probably has more uptake.
Comment Actions
Hi Eli,
The commit makes sense, but I’m not sure about your change to the test/Driver/apple-kext-mkernel.c <https://github.com/llvm-mirror/clang/#diff-9312a36a58d8d3f2f91ef6567dff7563> file:
instead of changing the run lines to use -mllvm you have removed them.
Was there a reason for the removal?
Regards,
George
Comment Actions
The test wasn't checking anything useful; the clang driver never passes
"-arm-long-calls" to clang -cc1. See https://reviews.llvm.org/rL241565 .
-Eli