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 44a3a2d commit d9b1c15Copy full SHA for d9b1c15
compiler-rt/CMakeLists.txt
@@ -307,11 +307,6 @@ option(COMPILER_RT_USE_BUILTINS_LIBRARY
307
308
option(COMPILER_RT_USE_ATOMIC_LIBRARY "Use compiler-rt atomic instead of libatomic" OFF)
309
310
-if (LLVM_EXECUTE_ONLY_CODE AND NOT LLVM_RUNTIMES_BUILD)
311
- message(SEND_ERROR "LLVM_EXECUTE_ONLY_CODE is only supported "
312
- "for runtimes build of compiler-rt.")
313
-endif()
314
-
315
include(config-ix)
316
317
#================================
0 commit comments