[clang] [flang] [flang][driver] Make -stdlib= option visible to flang and silently ignored by it (PR #110598)

Tom Eccles via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 2 02:19:48 PDT 2024


================
@@ -0,0 +1,48 @@
+// REQUIRES: system-linux
----------------
tblah wrote:

I'm not sure about this test. Usually we would go about testing something like this by running FileCheck on the output of `flang-new -###` to see what is passed to the linker (and that the linker gets called at all instead of us generating an error for an invalid argument). 

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


More information about the cfe-commits mailing list