You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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"
|