aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/chain-ext_vector.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-08-25 22:54:01 +0000
committerDouglas Gregor <dgregor@apple.com>2011-08-25 22:54:01 +0000
commitb5af843a20e237ad1a13ad66a867e200695b8c8e (patch)
treeff9eb4992d4c446cb385a831ba1f25632d80575f /test/PCH/chain-ext_vector.c
parent9293ba8e26fcba18505b273ecc9b66645133fcce (diff)
Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/chain-ext_vector.c')
-rw-r--r--test/PCH/chain-ext_vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/chain-ext_vector.c b/test/PCH/chain-ext_vector.c
index 263507003d..d99a732f2f 100644
--- a/test/PCH/chain-ext_vector.c
+++ b/test/PCH/chain-ext_vector.c
@@ -3,7 +3,7 @@
// Test with pch.
// RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-ext_vector1.h
-// RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-ext_vector2.h -include-pch %t1 -chained-pch
+// RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-ext_vector2.h -include-pch %t1
// RUN: %clang_cc1 -include-pch %t2 -fsyntax-only -verify %s
int test(float4 f4) {