You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
cc6238158a
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
|