[llvm] [offload] Extend LIT infrastructure to allow using more tools (PR #124636)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 07:24:18 PST 2025


================
@@ -47,6 +47,19 @@ function(find_standalone_test_dependencies)
     set(ENABLE_CHECK_TARGETS FALSE PARENT_SCOPE)
     return()
   endif()
+
+  find_program(OPENMP_LLVM_CONFIG_EXECUTABLE
----------------
sarnex wrote:

Yeah so personally I will never use a standalone build, but I wasn't sure if I could have that case not work and/or have strange behavior. If that's fine, I can simplify this change a bit

https://github.com/llvm/llvm-project/pull/124636


More information about the llvm-commits mailing list