1 // RUN
: llvm-mc
-triple x86_64-pc-linux-gnu
%s
-o
- | FileCheck
%s
2 // RUN
: llvm-mc
-triple x86_64-pc-linux-gnu
%s
-filetype
=obj
-o
- | llvm-readobj
--symbols | FileCheck
%s
--check-prefix
=OBJ
4 .section .text,"ax",@progbits,unique, 4294967293
9 .section .text,"ax",@progbits,unique, 4294967294
14 // test that f
and g are in different sections.
16 // CHECK
: .section .text,"ax",@progbits,unique,4294967293
19 // CHECK
: .section .text,"ax",@progbits,unique,4294967294
26 // OBJ
: Binding
: Global
29 // OBJ
: Section
: .text (0x3)
35 // OBJ
: Binding
: Global
38 // OBJ
: Section
: .text (0x4)