[llvm-bugs] [Bug 42315] New: llgo build failure
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 18 23:17:46 PDT 2019
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: unassignedbugs at nondot.org
Reporter: natechancellor at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190619/ee392473/attachment-0001.html>
More information about the llvm-bugs
mailing list