[LLVMbugs] [Bug 14681] New: Small fixes of ABI support in CMakeLists.tst

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 21 05:02:23 PST 2012


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: hhinnant at apple.com
        ReportedBy: justmao945 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list