Add -frtti for Windows buildbot.
authorMalcolm Parsons <malcolm.parsons@gmail.com>
Mon, 31 Oct 2016 15:15:00 +0000 (15:15 +0000)
committerMalcolm Parsons <malcolm.parsons@gmail.com>
Mon, 31 Oct 2016 15:15:00 +0000 (15:15 +0000)
llvm-svn: 285583

clang-tools-extra/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
clang-tools-extra/test/clang-tidy/modernize-use-auto-cast.cpp

index 9541bb4..1f14332 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %check_clang_tidy %s modernize-use-auto %t -- \
 // RUN:   -config="{CheckOptions: [{key: modernize-use-auto.RemoveStars, value: '1'}]}" \
-// RUN:   -- -std=c++11
+// RUN:   -- -std=c++11 -frtti
 
 struct A {
   virtual ~A() {}
index 06ab3a2..849148b 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %check_clang_tidy %s modernize-use-auto %t -- -- \
-// RUN:   -std=c++11 -I %S/Inputs/modernize-use-auto
+// RUN:   -std=c++11 -I %S/Inputs/modernize-use-auto -frtti
 
 struct A {
   virtual ~A() {}