teak-llvm/clang/test/Driver/fno-rtti-data.cpp
Saleem Abdulrasool cc6238158a Driver: hoist -fno-rtti-data to a driver flag
This is needed for building with the GNU driver (`clang++`) when
targeting Windows and using msvcprt.  This flag is the equivalent of
`/GR-`.

llvm-svn: 326469
2018-03-01 19:13:43 +00:00

3 lines
83 B
C++

// RUN: %clang -### -fno-rtti-data %s 2>&1 | FileCheck %s
// CHECK: -fno-rtti-data