[LLVMbugs] [Bug 22516] libc++ buildit script ignores CXX and CC

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 17 07:31:47 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22516

Marshall Clow (home) <mclow.lists at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Marshall Clow (home) <mclow.lists at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150317/908ae382/attachment.html>


More information about the llvm-bugs mailing list