<html>
<head>
<base href="https://llvm.org/bugs/" />
</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 --- - fatal error: llvm/IR/Attributes.inc: No such file or directory"
href="https://llvm.org/bugs/show_bug.cgi?id=30709">30709</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>fatal error: llvm/IR/Attributes.inc: No such file or directory
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>OpenBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</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>brad@comstyle.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Building lld from the 3.9.0 release seems to fail like so..
[398/2736] /usr/obj/ports/llvm-3.9.0/bin/c++ -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/lld/COFF
-I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF -I/usr/obj
/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/include -Itools/lld/include
-Iinclude -I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include -O2 -pipe -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-pa
rameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic
-Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment
-Werror=date-time -std=c++11 -ffunction-secti
ons -fdata-sections -DNDEBUG -fno-exceptions -MD -MT
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o -MF
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o.d -o
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB
.cpp.o -c /usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/PDB.cpp
FAILED: tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o
/usr/obj/ports/llvm-3.9.0/bin/c++ -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/lld/COFF
-I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF -I/usr/obj/ports/llvm
-3.9.0/llvm-3.9.0.src/tools/lld/include -Itools/lld/include -Iinclude
-I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include -O2 -pipe -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Ww
rite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic
-Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment
-Werror=date-time -std=c++11 -ffunction-sections -fdata-
sections -DNDEBUG -fno-exceptions -MD -MT
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o -MF
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o.d -o
tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o -c /
usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/PDB.cpp
In file included from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include/llvm/IR/Argument.h:19:0,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include/llvm/IR/Function.h:22,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include/llvm/IR/Module.h:21,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include/llvm/LTO/legacy/LTOModule.h:20,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/InputFiles.h:16,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/SymbolTable.h:13,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/Driver.h:14,
from
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/COFF/PDB.cpp:10:
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include/llvm/IR/Attributes.h:71:38:
fatal error: llvm/IR/Attributes.inc: No such file or directory
#include "llvm/IR/Attributes.inc"
^
compilation terminated.
[399/2736] /usr/obj/ports/llvm-3.9.0/bin/c++ -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/lld/lib/Driver
-I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/lib/Drive
r -I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/include
-Itools/lld/include -Iinclude
-I/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/include -O2 -pipe -fPIC
-fvisibility-inlines-hidden -Wall -W -W
no-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers
-pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor
-Wno-comment -Werror=date-time -std=c++11 -ffu
nction-sections -fdata-sections -DNDEBUG -fno-exceptions -MD -MT
tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o -MF
tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cp
p.o.d -o tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o -c
/usr/obj/ports/llvm-3.9.0/llvm-3.9.0.src/tools/lld/lib/Driver/DarwinLdDriver.cpp
ninja: build stopped: subcommand failed.</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>