mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 04:25:45 -04:00

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
3 lines
83 B
C++
3 lines
83 B
C++
// RUN: %clang -### -fno-rtti-data %s 2>&1 | FileCheck %s
|
|
// CHECK: -fno-rtti-data
|