Changeset View
Changeset View
Standalone View
Standalone View
lld/test/ELF/silent-ignore.test
RUN: ld.lld --version \ | RUN: ld.lld --version \ | ||||
RUN: -d \ | RUN: -d \ | ||||
RUN: -g \ | RUN: -g \ | ||||
RUN: -long-plt \ | RUN: -long-plt \ | ||||
RUN: --no-add-needed \ | RUN: --no-add-needed \ | ||||
RUN: -no-copy-dt-needed-entries \ | RUN: -no-copy-dt-needed-entries \ | ||||
RUN: -no-ctors-in-init-array \ | RUN: -no-ctors-in-init-array \ | ||||
RUN: --no-enum-size-warning \ | |||||
RUN: -no-keep-memory \ | RUN: -no-keep-memory \ | ||||
RUN: --no-relax \ | RUN: --no-relax \ | ||||
RUN: -no-warn-mismatch \ | RUN: -no-warn-mismatch \ | ||||
RUN: --no-wchar-size-warning \ | |||||
RUN: -rpath-link . \ | RUN: -rpath-link . \ | ||||
RUN: -secure-plt \ | RUN: -secure-plt \ | ||||
RUN: -sort-common \ | RUN: -sort-common \ | ||||
RUN: -stats \ | RUN: -stats \ | ||||
RUN: -warn-execstack \ | RUN: -warn-execstack \ | ||||
RUN: -warn-once \ | RUN: -warn-once \ | ||||
RUN: -warn-shared-textrel \ | RUN: -warn-shared-textrel \ | ||||
RUN: -EB \ | RUN: -EB \ | ||||
Show All 11 Lines |