We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4866c39 commit 3f9db56Copy full SHA for 3f9db56
build.spec.inc
@@ -50,7 +50,6 @@ popd
50
51
# TODO(kkleine): Follow more closely the Distribution guidelines found here: https://llvm.org/docs/BuildingADistribution.html
52
# force off shared libs as cmake macros turns it on.
53
-# TODO: Disable LLVM_UNREACHABLE_OPTIMIZE.
54
%cmake -G Ninja \
55
-DLLVM_ENABLE_PROJECTS="%{projects}" \
56
\
@@ -162,7 +161,7 @@ popd
162
161
-DLLVM_VERSION_SUFFIX='' \
163
%endif
164
165
- -DLLVM_UNREACHABLE_OPTIMIZE:BOOL=ON \
+ -DLLVM_UNREACHABLE_OPTIMIZE:BOOL=OFF \
166
-DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
167
-DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
168
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
0 commit comments