diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-11 08:56:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-11 08:56:12 +0000 |
commit | 6d14f6aa4e38e14da0b29ae40ff378764c123bdb (patch) | |
tree | dccdcaaca06ae0f93760642fa46c11eb90316218 /clang/test/Modules/ExtDebugInfo.cpp | |
parent | 5f901426e2abf8a253bf278470cae4829be1fb9c (diff) | |
download | bcm5719-llvm-6d14f6aa4e38e14da0b29ae40ff378764c123bdb.tar.gz bcm5719-llvm-6d14f6aa4e38e14da0b29ae40ff378764c123bdb.zip |
clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.
llvm-svn: 247397
Diffstat (limited to 'clang/test/Modules/ExtDebugInfo.cpp')
-rw-r--r-- | clang/test/Modules/ExtDebugInfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp index ac4a6d7daf8..3b879ef2bbf 100644 --- a/clang/test/Modules/ExtDebugInfo.cpp +++ b/clang/test/Modules/ExtDebugInfo.cpp @@ -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 |