Currently llvm-mc ignores COMDATs whose names are numbers,
for example following code:
.section .foo,"G",@progbits,123,comdat
would produce no COMDATs at all.
Fixes PR35718.
Differential D41552
[MC] - Teach llvm-mc to handle comdats whose names are numbers. grimar on Dec 23 2017, 5:16 AM. Authored by
Details Currently llvm-mc ignores COMDATs whose names are numbers, .section .foo,"G",@progbits,123,comdat would produce no COMDATs at all. Fixes PR35718.
Diff Detail
|