Files
clang-p2996/llvm/test/LTO/X86/Inputs/bcsection.macho.s
Steven Wu f2fe0141ca Rename embedded bitcode section in MachO
Summary:
Rename the section embeds bitcode from ".llvmbc,.llvmbc" to "__LLVM,__bitcode".
The new name matches MachO section naming convention.

Reviewers: rafael, pcc

Subscribers: davide, llvm-commits, joker.eph

Differential Revision: http://reviews.llvm.org/D17388

llvm-svn: 262245
2016-02-29 19:40:10 +00:00

6 lines
98 B
ArmAsm

.section __FOO,__bitcode
.asciz "Wrong Section"
.section __LLVM,__bitcode
.incbin "bcsection.bc"