2017-08-14 18:17:30 +08:00
|
|
|
# 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 \
|
2017-08-16 16:21:04 +08:00
|
|
|
# RUN: -plugin-opt=-pass-through=-lgcc -plugin-opt=-function-sections \
|
2018-02-07 16:50:36 +08:00
|
|
|
# RUN: -plugin-opt=-data-sections -plugin-opt=thinlto -o /dev/null
|
2017-08-16 16:21:04 +08:00
|
|
|
|
2018-02-06 20:20:05 +08:00
|
|
|
# RUN: not ld.lld %t -plugin-opt=-data-sectionxxx \
|
|
|
|
# RUN: -plugin-opt=-function-sectionxxx 2>&1 | FileCheck %s
|
|
|
|
# CHECK: Unknown command line argument '-data-sectionxxx'
|
|
|
|
# CHECK: Unknown command line argument '-function-sectionxxx'
|