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:
f531e92
)
Make the test a bit more strict.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 12 Aug 2014 15:55:27 +0000
(15:55 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 12 Aug 2014 15:55:27 +0000
(15:55 +0000)
Before it would pass even if @b or @c ended up pointing to a variable named
@a123.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215450
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/gold/weak.ll
patch
|
blob
|
history
diff --git
a/test/tools/gold/weak.ll
b/test/tools/gold/weak.ll
index da88f14a212c3ed79051ad67c672dd46c1890aca..e05e905cc140fdd67ecb57017f72f0ba784adb8f 100644
(file)
--- a/
test/tools/gold/weak.ll
+++ b/
test/tools/gold/weak.ll
@@
-12,5
+12,5
@@
; Test that @b and @c end up pointing to the same variable.
; CHECK: @a = weak global i32 42
-; CHECK: @b = global i32* @a
-; CHECK: @c = global i32* @a
+; CHECK: @b = global i32* @a
{{$}}
+; CHECK: @c = global i32* @a
{{$}}