summaryrefslogtreecommitdiff
path: root/test/linker/archive/bar.s
blob: 5012d4f14b87c56ba3e701856a45929a5036b5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.text
	.file	"test/linker/bar.c"
	.section	.text.bar,"ax",@progbits
	.hidden	bar
	.globl	bar
	.type	bar,@function
bar:                                    # @bar
# BB#0:                                 # %entry
	call    	quux@FUNCTION
	return
	.endfunc
.Lfunc_end0:
	.size	bar, .Lfunc_end0-bar


	.ident	"clang version 3.9.0 (trunk 268553) (llvm/trunk 268561)"