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

            Bug ID: 24322
           Summary: LIBCXX_GCC_TOOLCHAIN is not used during CMake
                    configuration builds
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

LIBCXX_GCC_TOOLCHAIN is not used during CMake configuration builds. As result
Clang uses libraries provided by operation system, which may be very old (older
then GCC 4.7).

Workaround is to specify -gcc-toolchain in CMAKE_CXX_FLAGS.

-- 
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

Reply via email to