================
@@ -0,0 +1,6 @@
+! RUN: %flang -### -o /dev/null %s -Xlinker -rpath=/not/a/real/path 2>&1 | 
FileCheck %s
+
+! CHECK: "-fc1"
+! CHECK-NEXT: "-rpath=/not/a/real/path"
----------------
tarunprabhu wrote:

Thanks. I have updated the tests quite extensively. There are now checks for 
various platforms and multiple occurrences of `-Xlinker`. How does this look?

https://github.com/llvm/llvm-project/pull/107472
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to