forked from OSchip/llvm-project
Make this test a bit less confusing.
Before this patch foo and bar have the same address as .text is empty. llvm-svn: 319877
This commit is contained in:
parent
a681a1167e
commit
3a02234e0d
|
@ -9,3 +9,4 @@ foo:
|
|||
.global bar
|
||||
.type bar, @function
|
||||
bar:
|
||||
retq
|
||||
|
|
Loading…
Reference in New Issue