]> granicus.if.org Git - clang/commitdiff
InstrProf: Change this triple back to %itanium_abi_triple
authorJustin Bogner <mail@justinbogner.com>
Wed, 20 May 2015 16:25:35 +0000 (16:25 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 20 May 2015 16:25:35 +0000 (16:25 +0000)
In my rush to fix the linux bots in r237805, I accidentally committed
a change to the triple. Revert that part.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237806 91177308-0d34-0410-b5e6-96231b3b80d8

test/Profile/cxx-virtual-destructor-calls.cpp

index 532021d5771b99bb9d4651a8a3143a65a493910a..35975c28533c22d9de32e15b8870e22300a337a8 100644 (file)
@@ -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();