Mercurial > hg > CbC > CbC_llvm
diff clang/test/PCH/cxx-dependent-sized-ext-vector.cpp @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang/test/PCH/cxx-dependent-sized-ext-vector.cpp Mon May 25 11:55:54 2020 +0900 +++ b/clang/test/PCH/cxx-dependent-sized-ext-vector.cpp Tue Jun 08 06:07:14 2021 +0900 @@ -1,6 +1,9 @@ // RUN: %clang_cc1 -std=c++11 -emit-pch %s -o %t // RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s +// RUN: %clang_cc1 -std=c++11 -emit-pch -fpch-instantiate-templates %s -o %t +// RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s + #ifndef HEADER_INCLUDED #define HEADER_INCLUDED