Skip to content

Commit 90e5593

Browse files
committed
Don't check if we're doing a runtimes build
A non-runtimes build of compiler-rt is deprecated and should be removed in the next release entirely, so we don't have to check for it.
1 parent e1722b4 commit 90e5593

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler-rt/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,6 @@ option(COMPILER_RT_USE_BUILTINS_LIBRARY
309309

310310
option(COMPILER_RT_USE_ATOMIC_LIBRARY "Use compiler-rt atomic instead of libatomic" OFF)
311311

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-
317312
include(config-ix)
318313

319314
#================================

0 commit comments

Comments
 (0)