Skip to content

Commit d9b1c15

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 44a3a2d commit d9b1c15

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
@@ -307,11 +307,6 @@ option(COMPILER_RT_USE_BUILTINS_LIBRARY
307307

308308
option(COMPILER_RT_USE_ATOMIC_LIBRARY "Use compiler-rt atomic instead of libatomic" OFF)
309309

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-
315310
include(config-ix)
316311

317312
#================================

0 commit comments

Comments
 (0)