summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-template-limit.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/debug-info-template-limit.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/debug-info-template-limit.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-template-limit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-template-limit.cpp b/clang/test/CodeGenCXX/debug-info-template-limit.cpp
index c3e241ecc80..34e4373a753 100644
--- a/clang/test/CodeGenCXX/debug-info-template-limit.cpp
+++ b/clang/test/CodeGenCXX/debug-info-template-limit.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang -flimit-debug-info -emit-llvm -g -S %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -flimit-debug-info -cxx-abi itanium -g %s -o - | FileCheck %s
// Check that this pointer type is TC<int>
// CHECK: ![[LINE:[0-9]+]] = {{.*}}"TC<int>", {{.*}} metadata !"_ZTS2TCIiE"} ; [ DW_TAG_class_type ]
OpenPOWER on IntegriCloud