summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-05-20 16:25:35 +0000
committerJustin Bogner <mail@justinbogner.com>2015-05-20 16:25:35 +0000
commit98ceec572561c1d62f8c59c3db2235384e7174dc (patch)
treed07c69a780d772c87ee1abc6945e2da8b53641e9 /clang
parentc49e5aadb9d04db26c486aae42a091f57ca9851b (diff)
downloadbcm5719-llvm-98ceec572561c1d62f8c59c3db2235384e7174dc.tar.gz
bcm5719-llvm-98ceec572561c1d62f8c59c3db2235384e7174dc.zip
InstrProf: Change this triple back to %itanium_abi_triple
In my rush to fix the linux bots in r237805, I accidentally committed a change to the triple. Revert that part. llvm-svn: 237806
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Profile/cxx-virtual-destructor-calls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-virtual-destructor-calls.cpp b/clang/test/Profile/cxx-virtual-destructor-calls.cpp
index 532021d5771..35975c28533 100644
--- a/clang/test/Profile/cxx-virtual-destructor-calls.cpp
+++ b/clang/test/Profile/cxx-virtual-destructor-calls.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -main-file-name cxx-virtual-destructor-calls.cpp %s -o - -fprofile-instr-generate | FileCheck %s
+// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -main-file-name cxx-virtual-destructor-calls.cpp %s -o - -fprofile-instr-generate | FileCheck %s
struct Member {
~Member();
OpenPOWER on IntegriCloud