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

            Bug ID: 42315
           Summary: llgo build failure
           Product: llgo
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: natechancel...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 22120
  --> https://bugs.llvm.org/attachment.cgi?id=22120&action=edit
Full cmake + ninja build log

With the following commands on r363762, llgo fails to build for me (with go
1.12.6):

$ rm -rf build && \
mkdir -p build && \
cd build && \
export PATH=${HOME}/usr/go/bin:${PATH} && \
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;llgo" ../llvm && \
ninja

Full build log and the two libgo logs are attached, along with my environment
setup script:
https://raw.githubusercontent.com/nathanchance/scripts/bb84df0eed70ee2106ec681aeec7d91299e3cfad/env/generic

The error makes no sense to me, hopefully you all can provide some guidance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to