Index: clang/test/CodeGen/thinlto-debug-pm.c =================================================================== --- clang/test/CodeGen/thinlto-debug-pm.c +++ clang/test/CodeGen/thinlto-debug-pm.c @@ -15,8 +15,7 @@ // Test to ensure the SLP flag is passed down to the ThinLTO backend. // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O2 -vectorize-slp -// -mllvm -vectorize-slp=false -mllvm -vectorize-loops=false -o %t2.o -x ir %t.o -// -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager +// -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager // -fexperimental-new-pass-manager 2>&1 | FileCheck %s --check-prefix=O2-SLP // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O0 -vectorize-slp // -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager