File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ cmake \
97
97
-DLIBCXX_LIBCPPABI_VERSION=" " \
98
98
-DLLVM_BINUTILS_INCDIR=/tools/host/include \
99
99
-DLLVM_LINK_LLVM_DYLIB=ON \
100
+ -DLLVM_INSTALL_UTILS=ON \
100
101
../../llvm
101
102
102
103
LD_LIBRARY_PATH=/tools/host/lib64 ninja install
@@ -131,6 +132,7 @@ cmake \
131
132
-DLIBCXX_LIBCPPABI_VERSION=" " \
132
133
-DLLVM_BINUTILS_INCDIR=/tools/host/include \
133
134
-DLLVM_LINK_LLVM_DYLIB=ON \
135
+ -DLLVM_INSTALL_UTILS=ON \
134
136
../../llvm
135
137
136
138
LD_LIBRARY_PATH=/tools/clang-stage1/lib ninja install
@@ -165,6 +167,7 @@ cmake \
165
167
-DLIBCXX_LIBCPPABI_VERSION=" " \
166
168
-DLLVM_BINUTILS_INCDIR=/tools/host/include \
167
169
-DLLVM_LINK_LLVM_DYLIB=ON \
170
+ -DLLVM_INSTALL_UTILS=ON \
168
171
../../llvm
169
172
170
173
LD_LIBRARY_PATH=/tools/clang-stage2/lib DESTDIR=/build/out ninja install
You can’t perform that action at this time.
0 commit comments