From 9a376530b3e3b5d105f46ca5abc2375a593b9a63 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 27 Nov 2023 11:11:06 -0600 Subject: Revert "[llvm] Disable HandleLLVMOptions in runtimes mode (#73031)" This reverts commit 79b03306af5c11d354fa90db8bfd7818cd811ef5. I am seeing very confusing errors with the `libomptarget` test suite when using dlopen / other flags. Reverting to investigate why this is. --- runtimes/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtimes/CMakeLists.txt') diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt index 603a328..010ec87 100644 --- a/runtimes/CMakeLists.txt +++ b/runtimes/CMakeLists.txt @@ -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) -- cgit v1.1