Files
clang-p2996/llvm/test/tools/gold/X86/Inputs/bcsection.s
Tom Stellard 4b1e3d1937 [gold] Ignore bitcode from sections inside object files
-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
2022-07-14 14:46:15 -07:00

8 lines
76 B
ArmAsm

.global elf_func
elf_func:
ret
.section .llvmbc
.incbin "bcsection.bc"