Skip to content

Commit 9a37653

Browse files
committed
Revert "[llvm] Disable HandleLLVMOptions in runtimes mode (#73031)"
This reverts commit 79b0330. I am seeing very confusing errors with the `libomptarget` test suite when using dlopen / other flags. Reverting to investigate why this is.
1 parent fe3c421 commit 9a37653

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtimes/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ endif()
151151
# Avoid checking whether the compiler is working.
152152
set(LLVM_COMPILER_CHECKED ON)
153153

154+
# Handle common options used by all runtimes.
154155
include(AddLLVM)
156+
include(HandleLLVMOptions)
155157

156158
find_package(Python3 REQUIRED COMPONENTS Interpreter)
157159

0 commit comments

Comments
 (0)