[PATCH] D114910: [ELF] Discard input .note.gnu.build-id even with default --build-id=none
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 00:49:53 PST 2021
ikudrin added inline comments.
================
Comment at: lld/test/ELF/relocatable-build-id.s:10-12
+# RUN: ld.lld --build-id=none %t2.o -o %t.none
+# RUN: llvm-readelf -S %t.none | FileCheck %s --check-prefix=NO
+# RUN: ld.lld %t2.o -o %t.none2
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114910/new/
https://reviews.llvm.org/D114910
More information about the llvm-commits
mailing list