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

Dave Green via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 06:56:49 PDT 2020


dmgreen added a comment.

In the past we have usually disabled the downstream warning for similar catch-all warning lines.



================
Comment at: clang/test/Driver/fuse-ld.c:5
 // RUN:   FileCheck %s --check-prefix=CHECK-ABSOLUTE-LD
 // CHECK-ABSOLUTE-LD: warning: '-fuse-ld=' taking a path is deprecated. Use '--ld-path=' instead
 // CHECK-ABSOLUTE-LD: /usr/local/bin/or1k-linux-ld
----------------
This line has a = on the end. Would the other warning below also have that? (Negative tests are often tricky).


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