-fembed-bitcode will put bitcode into special sections within object files, but this is not meant to be used by LTO, so the gold plugin should ignore it. https://github.com/llvm/llvm-project/issues/47216 Reviewed By: tejohnson, MaskRay Differential Revision: https://reviews.llvm.org/D116995
8 lines
76 B
ArmAsm
8 lines
76 B
ArmAsm
.global elf_func
|
|
|
|
elf_func:
|
|
ret
|
|
|
|
.section .llvmbc
|
|
.incbin "bcsection.bc"
|