summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2018-01-27 16:38:56 +0000
committerGabor Horvath <xazax.hun@gmail.com>2018-01-27 16:38:56 +0000
commitd2c562dd0e50512357f087089059cd57bd9a21d4 (patch)
treebfd8e156f8b1bd9d29265a91f9cb1590205a01c5 /clang/unittests/AST/ASTImporterTest.cpp
parentc78d99a84bbf1d485e0893b17a087ad1672d7c29 (diff)
downloadbcm5719-llvm-d2c562dd0e50512357f087089059cd57bd9a21d4.tar.gz
bcm5719-llvm-d2c562dd0e50512357f087089059cd57bd9a21d4.zip
Attempt to make the PS4 build bot happy.
llvm-svn: 323590
Diffstat (limited to 'clang/unittests/AST/ASTImporterTest.cpp')
-rw-r--r--clang/unittests/AST/ASTImporterTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp
index 44f95828415..41134f96efe 100644
--- a/clang/unittests/AST/ASTImporterTest.cpp
+++ b/clang/unittests/AST/ASTImporterTest.cpp
@@ -40,10 +40,10 @@ static RunOptions getRunOptionsForLanguage(Language Lang) {
BasicArgs = {"-x", "c", "-std=c89"};
break;
case Lang_CXX:
- BasicArgs = {"-std=c++98"};
+ BasicArgs = {"-std=c++98", "-frtti"};
break;
case Lang_CXX11:
- BasicArgs = {"-std=c++11"};
+ BasicArgs = {"-std=c++11", "-frtti"};
break;
case Lang_OpenCL:
case Lang_OBJCXX:
OpenPOWER on IntegriCloud