summaryrefslogtreecommitdiff
path: root/runtimes
diff options
context:
space:
mode:
authorDaniel Chen <cdchen@ca.ibm.com>2025-03-22 20:56:47 -0400
committerGitHub <noreply@github.com>2025-03-22 20:56:47 -0400
commitf73da649cb5742963a641cb21a2dde4c1beb908a (patch)
treea3cf129f87e1b4bed3137312a173b95947750141 /runtimes
parentf3f0b99b1c7520b065cf79f0e0901fc8d2c1d4ec (diff)
Revert "[compiler-rt] Disable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON on AIX. (#131200)" (#132574)
… This reverts commit 8e773d8a10cc996fbbe834f59ed9f7044c3539e0.
Diffstat (limited to 'runtimes')
-rw-r--r--runtimes/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt
index 437dcb1365b1..7f1e2ae065d6 100644
--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -223,13 +223,6 @@ endif()
# This can be used to detect whether we're in the runtimes build.
set(LLVM_RUNTIMES_BUILD ON)
-if (LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "AIX")
- # Set LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF as AIX doesn't support it
- message(WARNING
- "LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON is not supported on AIX. LLVM_ENABLE_PER_TARGET_RUNTIME_DIR is set to OFF.")
- set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR OFF CACHE BOOL "" FORCE)
-endif()
-
foreach(entry ${runtimes})
get_filename_component(projName ${entry} NAME)