[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / msvc-static-rtti.cpp
blob680c5f8518b2d63f42d52b5002bdcf686d63fe6d
1 // RUN: %clang -target x86_64-pc-windows-msvc -fno-rtti -### %s 2>&1 | FileCheck %s -check-prefix NO-RTTI
2 // RUN: %clang -target x86_64-pc-windows-msvc -frtti -### %s 2>&1 | FileCheck %s -check-prefix RTTI
4 // RTTI-NOT: -D_HAS_STATIC_RTTI=0
5 // NO-RTTI: -D_HAS_STATIC_RTTI=0