This is an archive of the discontinued LLVM Phabricator instance.

[MC] - Teach llvm-mc to handle comdats whose names are numbers.
ClosedPublic

Authored by grimar on Dec 23 2017, 5:16 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Dec 23 2017, 5:16 AM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 23 2017, 10:14 PM
This revision was automatically updated to reflect the committed changes.