[llvm] [Flang-rt] Forward `libomp-mod` dependency for non-default runtime builds (PR #137035)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 05:23:05 PDT 2025


================
@@ -320,6 +320,10 @@ function(runtime_register_target name)
     set(install-${runtime_name}-${name} install-${runtime_name})
     set(install-${runtime_name}-${name}-stripped install-${runtime_name}-stripped)
     list(APPEND ${name}_extra_targets ${runtime_name}-${name} install-${runtime_name}-${name} install-${runtime_name}-${name}-stripped)
+    # We need the target 'libomp-mod' to run flang-rt OpenMP tests.
----------------
Meinersbur wrote:

```suggestion
    # We need the target 'libomp-mod' to run flang OpenMP tests.
```
Only flang tests OpenMP, not flang-rt

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


More information about the llvm-commits mailing list