summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/lto-plugin-ignore.s
blob: 0370d458626b242f888c6b658e1402209c5f6a67 (plain)
1
2
3
4
5
6
7
8
9
10
# REQUIRES: x86

# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld %t -plugin-opt=/foo/bar -plugin-opt=-fresolution=zed \
# RUN:   -plugin-opt=-pass-through=-lgcc -plugin-opt=-function-sections \
# RUN:   -plugin-opt=-data-sections -plugin-opt=thinlto -o /dev/null

# RUN: not ld.lld %t -plugin-opt=-abc -plugin-opt=-xyz 2>&1 | FileCheck %s
# CHECK: ld.lld: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-abc'
# CHECK: ld.lld: error: --plugin-opt: ld.lld{{.*}}: Unknown command line argument '-xyz'
OpenPOWER on IntegriCloud