]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/ignore-unknownoption.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / ignore-unknownoption.test
1 # This test tests that lld is able to print unknown options that are not
2 # recognized.
3 RUN: not lld -flavor gnu -target x86_64 --gc-sections 2> %t
4 RUN: FileCheck %s < %t
5 CHECK: warning: ignoring unknown argument: --gc-sections