]> granicus.if.org Git - clang/commitdiff
clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 11 Sep 2015 08:56:12 +0000 (08:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 11 Sep 2015 08:56:12 +0000 (08:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247397 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/ExtDebugInfo.cpp

index ac4a6d7daf85f1bd8511936f43befd72f281e092..3b879ef2bbfa61bdd1d3b04d5c219d5ab1c15c50 100644 (file)
@@ -3,14 +3,17 @@
 
 // Modules:
 // RUN: %clang_cc1 -x objective-c++ -std=c++11 -g -dwarf-ext-refs -fmodules \
+// RUN:     -triple %itanium_abi_triple \
 // RUN:     -fmodule-format=obj -fimplicit-module-maps -DMODULES \
 // RUN:     -fmodules-cache-path=%t %s -I %S/Inputs -I %t -emit-llvm -o %t-mod.ll
 // RUN: cat %t-mod.ll |  FileCheck %s
 
 // PCH:
 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodule-format=obj -emit-pch -I%S/Inputs \
+// RUN:     -triple %itanium_abi_triple \
 // RUN:     -o %t.pch %S/Inputs/DebugCXX.h
 // RUN: %clang_cc1 -std=c++11 -g -dwarf-ext-refs -fmodule-format=obj \
+// RUN:     -triple %itanium_abi_triple \
 // RUN:     -include-pch %t.pch %s -emit-llvm -o %t-pch.ll %s
 // RUN: cat %t-pch.ll |  FileCheck %s