[llvm] [CI] Add flang-rt to pre-merge configuration (PR #156039)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 10:02:41 PDT 2025
================
@@ -80,7 +81,8 @@
"clang-tools-extra": {"libc"},
"libc": {"libc"},
"compiler-rt": {"compiler-rt"},
- ".ci": {"compiler-rt", "libc"},
+ "flang-rt": {"flang-rt"},
----------------
boomanaiden154 wrote:
We should probably test `flang-rt` on `flang` changes.
https://github.com/llvm/llvm-project/pull/156039
More information about the llvm-commits
mailing list