commit | cc6238158a7dfb301a7a671fb5a70ebb51af2cde | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Mar 01 19:13:43 2018 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Mar 01 19:13:43 2018 +0000 |
tree | a82f164720ddbdbd27f1c8ef8b686fafea489944 | |
parent | e3d9ecf2b964d970dbd193a0cd887fd826a099ac [diff] |
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
diff --git a/clang/test/Driver/fno-rtti-data.cpp b/clang/test/Driver/fno-rtti-data.cpp new file mode 100644 index 0000000..cc2d5b6 --- /dev/null +++ b/clang/test/Driver/fno-rtti-data.cpp
@@ -0,0 +1,2 @@ +// RUN: %clang -### -fno-rtti-data %s 2>&1 | FileCheck %s +// CHECK: -fno-rtti-data