https://llvm.org/bugs/show_bug.cgi?id=22516
Marshall Clow (home) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Marshall Clow (home) <[email protected]> --- The lines you quote are inside a block that only gets executed when you specify $SDKROOT, and in that case, it uses the compiler that corresponds with that SDK. Otherwise, it uses the $CXX and $CC that you specified (defaulting to "clang++" and "clang", respectively). -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
