[PATCH] D63244: Support wildcard patterns in --undefined.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 02:05:15 PDT 2019
grimar accepted this revision.
grimar added a comment.
LGTM. Minor suggestion is inlined.
================
Comment at: lld/test/ELF/undefined-wildcard.s:17
+# RUN: ld.lld -o %t.exe %t.o %t.a
+# RUN: llvm-readobj --symbols %t.exe | FileCheck --check-prefix=NO-OPT %s
+
----------------
hint: you should be able to use `----implicit-check-not=foo --implicit-check-not=bar`
This way can probably help to make checks below a bit simpler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63244/new/
https://reviews.llvm.org/D63244
More information about the llvm-commits
mailing list