summaryrefslogtreecommitdiff
path: root/test/Driver/gold-lto-new-pass-man.c
blob: c2add0c73a124ccd8539db8d30f26b0c37f4fb85 (plain)
1
2
3
4
5
6
7
// RUN: touch %t.o
//
// RUN: %clang -target ppc64le-unknown-linux -### %t.o -flto 2>&1 \
// RUN:     -Wl,-plugin-opt=foo -O3 \
// RUN:     -fexperimental-new-pass-manager \
// RUN:     | FileCheck %s
// CHECK: "-plugin-opt=new-pass-manager"