Revert "[llvm] Disable HandleLLVMOptions in runtimes mode (#73031)"

This reverts commit 79b03306af.

I am seeing very confusing errors with the `libomptarget` test suite
when using dlopen / other flags. Reverting to investigate why this is.
This commit is contained in:
Joseph Huber
2023-11-27 11:11:06 -06:00
parent fe3c421843
commit 9a376530b3

View File

@@ -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)