diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-12-13 22:43:52 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-12-13 22:43:52 +0000 |
commit | 442e4f7f5fc3446b02e97d6b3e11091c8932142e (patch) | |
tree | 9a57230b53b2404c8bd55529806295faaa41360d /clang/test/CodeGenCXX/weak-external.cpp | |
parent | 6cda8ee96f8987e8f5d8918089e319303d223431 (diff) | |
download | bcm5719-llvm-442e4f7f5fc3446b02e97d6b3e11091c8932142e.tar.gz bcm5719-llvm-442e4f7f5fc3446b02e97d6b3e11091c8932142e.zip |
Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
llvm-svn: 197281
Diffstat (limited to 'clang/test/CodeGenCXX/weak-external.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/weak-external.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/weak-external.cpp b/clang/test/CodeGenCXX/weak-external.cpp index dad54f6861b..d030e226548 100644 --- a/clang/test/CodeGenCXX/weak-external.cpp +++ b/clang/test/CodeGenCXX/weak-external.cpp @@ -1,4 +1,4 @@ -// RUN: %clang -fexceptions %s -S -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -cxx-abi itanium %s -S -emit-llvm -o - | FileCheck %s // PR4262 // CHECK-NOT: _ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag |