Add -frtti for Windows buildbot.

llvm-svn: 285583
This commit is contained in:
Malcolm Parsons 2016-10-31 15:15:00 +00:00
parent 73aa38dfb3
commit 88818b725d
2 changed files with 2 additions and 2 deletions

View 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() {}

View 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() {}