mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
4a083c7b3a
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
6 lines
98 B
ArmAsm
6 lines
98 B
ArmAsm
.section __FOO,__bitcode
|
|
.asciz "Wrong Section"
|
|
|
|
.section __LLVM,__bitcode
|
|
.incbin "bcsection.bc"
|