[flang] [clang] [flang][driver] Rename `flang-new` as `flang` (PR #74377)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 10 20:53:49 PST 2023


================
@@ -27,7 +27,7 @@
 ! FULL-LTO: "-fc1"
 ! FULL-LTO-SAME: "-flto=full"
 
-! THIN-LTO-ALL: flang-new: warning: the option '-flto=thin' is a work in progress
+! THIN-LTO-ALL: flang-{{[0-9]+}}: warning: the option '-flto=thin' is a work in progress
----------------
MaskRay wrote:

For Clang, lld, and LLVM binary utilities, our convention is to omit the part before `warning:`/`error:`. People may customize the `\d+` part and sometimes symlinks in certain build systems make this more complex.

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


More information about the cfe-commits mailing list