Skip to content

Commit

Permalink
Revert "[llvm] Disable HandleLLVMOptions in runtimes mode (llvm#73031)"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhuber6 committed Nov 27, 2023
1 parent fe3c421 commit 9a37653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtimes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ endif()
# Avoid checking whether the compiler is working.
set(LLVM_COMPILER_CHECKED ON)

# Handle common options used by all runtimes.
include(AddLLVM)
include(HandleLLVMOptions)

find_package(Python3 REQUIRED COMPONENTS Interpreter)

Expand Down

0 comments on commit 9a37653

Please sign in to comment.