http://llvm.org/bugs/show_bug.cgi?id=14681
Bug #: 14681
Summary: Small fixes of ABI support in CMakeLists.tst
Product: libc++
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 9750
--> http://llvm.org/bugs/attachment.cgi?id=9750
fixes of CMakeLists.txt
After commit
[CMake] Add support for selecting which c++ abi library to use.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@169036
91177308-0d34-0410-b5e6-96231b3b80d8
When run cmake without definition of LIBCXX_CXX_ABI which causes an error:
CMake Error at CMakeLists.txt:66 (if):
if given arguments:
"STREQUAL" "libsupc++"
Unknown arguments specified
and with -DLIBCXX_CXX_ABI=none option:
CMake Error at CMakeLists.txt:109 (elseif):
given arguments:
"none" "NOT" "STREQUAL" "none"
Unknown arguments specified
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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