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
-// 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();