summaryrefslogtreecommitdiff
path: root/test/Driver/gold-lto-sections.c
blob: 83d72cf7f97b81819f28eb461489b0097a5f075c (plain)
1
2
3
4
5
6
7
8
// RUN: touch %t.o
//
// RUN: %clang -target x86_64-unknown-linux -### %t.o -flto 2>&1 \
// RUN:     -Wl,-plugin-opt=foo -O3 \
// RUN:     -ffunction-sections -fdata-sections \
// RUN:     | FileCheck %s
// CHECK: "-plugin-opt=-function-sections"
// CHECK: "-plugin-opt=-data-sections"