[PATCH] D88566: be more specific when testing for no fuse-ld warnings

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 10:07:27 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/Driver/fuse-ld.c:15
 // RUN:   FileCheck %s --check-prefix=CHECK-NO-WARN
-// CHECK-NO-WARN-NOT: warning:
+// CHECK-NO-WARN-NOT: warning: 'fuse-ld'
 
----------------
How does this line trigger unrelated warnings? Can you dump it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88566/new/

https://reviews.llvm.org/D88566



More information about the cfe-commits mailing list