With these relocations, I'm able to build a simple "hello world" program for AArch64 Debian.
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/Target.cpp | ||
---|---|---|
678 | If we'll get there, we can switch over. I'm for simplicity until we need something more complicated. |
Comment Actions
- Rebase to the top.
- Remove the switch statement in the AArch64TargetInfo::relocNeedsGot() method.
Comment Actions
LGTM with a nit.
ELF/Target.cpp | ||
---|---|---|
672–673 | Remove ()s. (We can assume that everybody knows that == takes precedence over ||.) |
Remove ()s. (We can assume that everybody knows that == takes precedence over ||.)