summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-emit-llvm.c
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2017-08-30 22:30:08 +0000
committerDouglas Yung <douglas.yung@sony.com>2017-08-30 22:30:08 +0000
commitaa25e5bab21bdd790becee3a9a63c98a8fa34d70 (patch)
tree13dfa6488ce611a9427006760f79fb1a191125fe /clang/test/CodeGen/thinlto-emit-llvm.c
parent79d53febcf0b1fc5ceb39cda3ce81f28ba399d51 (diff)
downloadbcm5719-llvm-aa25e5bab21bdd790becee3a9a63c98a8fa34d70.tar.gz
bcm5719-llvm-aa25e5bab21bdd790becee3a9a63c98a8fa34d70.zip
Fix tests for ARM targets
Tests fail on ARM targets due to ABI name between define and void. Added reg ex to skip. Patch by Glenn Howe (and expanded on by Douglas Yung)! Differential Revision: https://reviews.llvm.org/D33410 llvm-svn: 312181
Diffstat (limited to 'clang/test/CodeGen/thinlto-emit-llvm.c')
-rw-r--r--clang/test/CodeGen/thinlto-emit-llvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-emit-llvm.c b/clang/test/CodeGen/thinlto-emit-llvm.c
index f611162d199..d89961d5f56 100644
--- a/clang/test/CodeGen/thinlto-emit-llvm.c
+++ b/clang/test/CodeGen/thinlto-emit-llvm.c
@@ -5,6 +5,6 @@
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm-bc -o - | llvm-dis -o - | FileCheck %s
-// CHECK: define void @foo()
+// CHECK: define {{.*}} void @foo()
void foo() {
}
OpenPOWER on IntegriCloud