2013-04-05 02:59:24 +08:00
|
|
|
|
|
|
|
RUN: lld -flavor gnu -target i386 -o %t1 %p/Inputs/rodata-test.i386 --noinhibit-exec
|
2013-01-10 04:10:30 +08:00
|
|
|
RUN: llvm-objdump -section-headers %t1 | FileCheck -check-prefix=i386 %s
|
2013-04-05 02:59:24 +08:00
|
|
|
RUN: lld -flavor gnu -target hexagon -o %t2 %p/Inputs/rodata-test.hexagon --noinhibit-exec
|
2013-01-10 04:10:30 +08:00
|
|
|
RUN: llvm-objdump -section-headers %t2 | FileCheck -check-prefix=hexagon %s
|
2012-10-02 07:23:05 +08:00
|
|
|
|
2013-09-12 23:43:13 +08:00
|
|
|
i386: .rodata 00000004 0000000000000114 DATA
|
2012-10-02 07:23:05 +08:00
|
|
|
|
2013-09-12 23:43:13 +08:00
|
|
|
hexagon: .rodata 00000004 0000000000000114 DATA
|