projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1933c0
)
test commit. removing unnecessary whitespace.
author
Kristof Beyls
<kristof.beyls@arm.com>
Fri, 24 Feb 2012 13:52:45 +0000
(13:52 +0000)
committer
Kristof Beyls
<kristof.beyls@arm.com>
Fri, 24 Feb 2012 13:52:45 +0000
(13:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151363
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/odr_comdat.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/odr_comdat.ll
b/test/CodeGen/ARM/odr_comdat.ll
index a1fcc9bfc2ac0b3875f0743f8d26e20047cf3f69..e28b5788ef6d10ca3ea9734dfba7d0439ededc21 100644
(file)
--- a/
test/CodeGen/ARM/odr_comdat.ll
+++ b/
test/CodeGen/ARM/odr_comdat.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi
| FileCheck %s -check-prefix=ARMGNUEABI
+; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=ARMGNUEABI
; Checking that a comdat group gets generated correctly for a static member
; of instantiated C++ templates.