[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:21:42 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 should only necessary in a 'standalone' build, we should be able to just red the `LLVM_TARGETS_TO_BUILD` variable in a normal build. Is that sufficient for your use-case?
https://github.com/llvm/llvm-project/pull/124636
    
    
More information about the llvm-commits
mailing list