[PATCH] D75536: [LLD] Add support for --unique option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:23:03 PST 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/unique-orphans.s:24
+# RUN: ld.lld %t.o -o %t2.elf -T %t.script --unique
+# RUN: llvm-readelf -S %t2.elf | FileCheck --check-prefix UNIQUE_SCRIPT %s
+# UNIQUE_SCRIPT: .foo
----------------
Nit: `--check-prefix=SCRIPT`
`UNIQUE_` is not necessary in the context.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75536/new/
https://reviews.llvm.org/D75536
More information about the llvm-commits
mailing list