1 // RUN: touch %t.o 2 // 3 // RUN: %clang -target ppc64le-unknown-linux -### %t.o -flto 2>&1 \ 4 // RUN: -Wl,-plugin-opt=foo -O3 \ 5 // RUN: -fexperimental-new-pass-manager \ 6 // RUN: | FileCheck %s 7 // CHECK: "-plugin-opt=new-pass-manager" 8