summaryrefslogtreecommitdiffstats
path: root/lld/test/old-elf/ignore-unknownoption.test
blob: aa03a2eb4e73bc8cf8d2562a43b65189daa88141 (plain)
1
2
3
4
5
# This test tests that lld is able to print unknown options that are not
# recognized.
RUN: not lld -flavor old-gnu -target x86_64 --gc-sections 2> %t
RUN: FileCheck %s < %t
CHECK: warning: ignoring unknown argument: --gc-sections
OpenPOWER on IntegriCloud