[llvm-bugs] [Bug 39698] New: Aarch64 and "llvm-build: error: invalid target to enable: 'Aarch64' (not in project)"

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 16 20:34:04 PST 2018


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

            Bug ID: 39698
           Summary: Aarch64 and "llvm-build: error: invalid target to
                    enable: 'Aarch64' (not in project)"
           Product: Build scripts
           Version: 7.0
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: noloader at gmail.com
                CC: llvm-bugs at lists.llvm.org

I'm working on GCC117 from the compile farm, which is Aarch64. I'm building
LLVM and components from the 7.0 release tarballs.

CMake configure is dying at:

-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed
-- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.13")
-- Constructing LLVMBuild project information
CMake Error at CMakeLists.txt:683 (message):

  Unexpected failure executing llvm-build: Usage: llvm-build [options]

  llvm-build: error: invalid target to enable: 'Aarch64' (not in project)

-- Configuring incomplete, errors occurred!

-- 
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/20181117/3e9f2619/attachment.html>


More information about the llvm-bugs mailing list