NEW147911
offlineasm should fail when trying to jump to a non-existing label
https://bugs.webkit.org/show_bug.cgi?id=147911
Summary offlineasm should fail when trying to jump to a non-existing label
Basile Clement
Reported 2015-08-11 16:35:51 PDT
If there is a jump to a local label (.labelName) in a macro where the label has not been defined, offlineasm should throw some kind of error instead of silently inserting a jump to "somewhere".
Attachments
Note You need to log in before you can comment on or make changes to this bug.