<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - llgo build failure"
   href="https://bugs.llvm.org/show_bug.cgi?id=42315">42315</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llgo build failure
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>llgo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>natechancellor@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22120" name="attach_22120" title="Full cmake + ninja build log">attachment 22120</a> <a href="attachment.cgi?id=22120&action=edit" title="Full cmake + ninja build log">[details]</a></span>
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:
<a href="https://raw.githubusercontent.com/nathanchance/scripts/bb84df0eed70ee2106ec681aeec7d91299e3cfad/env/generic">https://raw.githubusercontent.com/nathanchance/scripts/bb84df0eed70ee2106ec681aeec7d91299e3cfad/env/generic</a>

The error makes no sense to me, hopefully you all can provide some guidance.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>