[flang] [clang] [flang][driver] Remove Fortain_main static library from linking stages (PR #75816)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 11:15:24 PST 2023


================
@@ -3,18 +3,22 @@
 
 ! RUN: %flang -### --target=x86_64-linux-gnu -rpath /path/to/dir -shared \
 ! RUN:     -static %s 2>&1 | FileCheck \
-! RUN:     --check-prefixes=GNU-LINKER-OPTIONS %s
+! RUN:     --check-prefixes=GNU-LINKER-OPTIONS \
+! RUN:     --implicit-check-not=GNU-LINKER-OPTIONS-NOT %s
----------------
banach-space wrote:

Nice! I've completely forgotten about `--implicit-check-not`

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


More information about the cfe-commits mailing list