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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 07:25:25 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
----------------
jhuber6 wrote:

This is just for testing, right? I'm not sure how much we expect the tests to even work out-of-tree. @shiltian Any ideas? You've done standalone builds before right?

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


More information about the llvm-commits mailing list