This is an archive of the discontinued LLVM Phabricator instance.

[COFF, AArch64] Set the private label prefix to .L
ClosedPublic

Authored by mstorsjo on Jul 6 2017, 12:32 PM.

Details

Summary

This fixes calls to external functions starting with a capital L, fixing errors like this:
fatal error: error in backend: assembler label 'LocalFree' can not be undefined

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jul 6 2017, 12:32 PM
mgrang accepted this revision.Jul 6 2017, 12:38 PM

LGTM.

This revision is now accepted and ready to land.Jul 6 2017, 12:38 PM
This revision was automatically updated to reflect the committed changes.