diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2015-08-05 17:23:59 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2015-08-05 17:23:59 +0000 |
commit | 819f9ffe855029626040b1a09bdfefbf61cbd9a6 (patch) | |
tree | 5226c195265e7a196030a1afe23edd70d2878ed3 /clang/test/Index/comment-to-html-xml-conversion.cpp | |
parent | 9ade6a9a747c49383ac747bd8ffaa6a0beaef71c (diff) | |
download | bcm5719-llvm-819f9ffe855029626040b1a09bdfefbf61cbd9a6.tar.gz bcm5719-llvm-819f9ffe855029626040b1a09bdfefbf61cbd9a6.zip |
[test/Index] Update libclang tests to use libclang for creating PCH files.
This is consistent and tests the primary configuration we want to test, libclang
creating and consuming PCH files.
llvm-svn: 244066
Diffstat (limited to 'clang/test/Index/comment-to-html-xml-conversion.cpp')
-rw-r--r-- | clang/test/Index/comment-to-html-xml-conversion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Index/comment-to-html-xml-conversion.cpp b/clang/test/Index/comment-to-html-xml-conversion.cpp index f31061aa12a..d8730761627 100644 --- a/clang/test/Index/comment-to-html-xml-conversion.cpp +++ b/clang/test/Index/comment-to-html-xml-conversion.cpp @@ -7,6 +7,7 @@ // RUN: %clang_cc1 -x c++ -std=c++11 -emit-pch -o %t/out.pch %s // RUN: %clang_cc1 -x c++ -std=c++11 -include-pch %t/out.pch -fsyntax-only %s +// RUN: c-index-test -write-pch %t/out.pch -x c++ -std=c++11 %s // RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -std=c++11 > %t/out.c-index-direct // RUN: c-index-test -test-load-tu %t/out.pch all > %t/out.c-index-pch |