diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-09 23:05:07 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-09 23:05:07 +0000 |
commit | 442ecd22ca5fa965bf99c7dd2bec143178893c50 (patch) | |
tree | f62424dc8d711ac50bd49165c68f66e41231a06c /clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp | |
parent | 3e9237a313d0bfe42fe5f87941d1a9deeee2c04f (diff) | |
download | bcm5719-llvm-442ecd22ca5fa965bf99c7dd2bec143178893c50.tar.gz bcm5719-llvm-442ecd22ca5fa965bf99c7dd2bec143178893c50.zip |
Add -mconstructor aliases to some tests.
clang-cl adds these, so this makes the tests a bit more realistic. These are the
tests where it would make a difference if the windows specific handling were
removed.
llvm-svn: 194336
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp b/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp index 2bd476e99ff..7757ea00435 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -cxx-abi microsoft -fexceptions -fno-rtti | FileCheck -check-prefix WIN32 %s +// RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 -mconstructor-aliases -cxx-abi microsoft -fexceptions -fno-rtti | FileCheck -check-prefix WIN32 %s struct A { A(); |