summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-abi-examples.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-12-13 22:43:52 +0000
committerHans Wennborg <hans@hanshq.net>2013-12-13 22:43:52 +0000
commit442e4f7f5fc3446b02e97d6b3e11091c8932142e (patch)
tree9a57230b53b2404c8bd55529806295faaa41360d /clang/test/CodeGenCXX/mangle-abi-examples.cpp
parent6cda8ee96f8987e8f5d8918089e319303d223431 (diff)
downloadbcm5719-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/mangle-abi-examples.cpp')
-rw-r--r--clang/test/CodeGenCXX/mangle-abi-examples.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/mangle-abi-examples.cpp b/clang/test/CodeGenCXX/mangle-abi-examples.cpp
index 7124078320b..4d22f162547 100644
--- a/clang/test/CodeGenCXX/mangle-abi-examples.cpp
+++ b/clang/test/CodeGenCXX/mangle-abi-examples.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -cxx-abi itanium -o - | FileCheck %s
// CHECK: @_ZTVZ3foovEN1C1DE =
// CHECK: @_ZTVZN1A3fooEiE1B =
OpenPOWER on IntegriCloud