1RUN: ld.lld --version \ 2RUN: -detect-odr-violations \ 3RUN: -g \ 4RUN: -long-plt \ 5RUN: -no-add-needed \ 6RUN: -no-copy-dt-needed-entries \ 7RUN: -no-ctors-in-init-array \ 8RUN: -no-keep-memory \ 9RUN: -no-pipeline-knowledge \ 10RUN: --no-relax \ 11RUN: -no-warn-mismatch \ 12RUN: -p \ 13RUN: -rpath-link . \ 14RUN: -secure-plt \ 15RUN: -sort-common \ 16RUN: -stats \ 17RUN: -warn-execstack \ 18RUN: -warn-once \ 19RUN: -warn-shared-textrel \ 20RUN: -EB \ 21RUN: -EL \ 22RUN: -G 0 \ 23RUN: -Qy 24RUN: not ld.lld --version --not-an-ignored-argument 25