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