This is an archive of the discontinued LLVM Phabricator instance.

Make int type consistent for ASM labels
Needs ReviewPublic

Authored by BrandonTJones on Apr 9 2019, 2:28 AM.

Details

Reviewers
andreadb
grosbach
Summary

Within the ASM parser, the label begins as a 64 byte long int and later gets treated as a 32 byte which can lead to crashes.

Diff Detail

Repository
rL LLVM

Event Timeline

BrandonTJones created this revision.Apr 9 2019, 2:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2019, 2:28 AM
Herald added a subscriber: hiraditya. · View Herald Transcript