[PATCH] D56722: [lld] [ELF] Support for warn-once option

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 10 23:46:57 PST 2019


grimar added inline comments.


================
Comment at: test/ELF/warn-once.s:11
+# CHECK-NOT: >>> referenced by warn-once.s
+# CHECK-NOT:                   {{.*}}:(.text+0x6)
+
----------------
BTW, this probably can be just the following for simplicity:

```
# CHECK:  error: undefined symbol: foo
# CHECK-NOT: error: undefined symbol: foo
```
(no need to check reporting of the location, we have a lot of other tests for that)


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56722





More information about the llvm-commits mailing list