]> Witch of Git - ivy/commit
Make entry point symbols respect mangling
authorCassie Jones <code@witchoflight.com>
Sun, 1 Mar 2020 14:53:18 +0000 (15:53 +0100)
committerCassie Jones <code@witchoflight.com>
Sun, 1 Mar 2020 14:53:18 +0000 (15:53 +0100)
commit3ed2ba4f0739bbf3a9298354fcda09746df81f1c
tree1b173583725236a66848ccf07939f1c57e9a35e9
parent696efd25b5a7506ce061bd8c67b5abb3f39aa976
Make entry point symbols respect mangling

The entry point symbols were hardcoded in strings, now they use the
Label::Extern so they get proper printing. These should be migrated to
use the assembly instruction types, probably.
src/trans/x64.rs