Difference between revisions of "NaplesPU LLD Linker"
From NaplesPU Documentation
Line 5: | Line 5: | ||
In order to be properly used with the NuPlus architecture the following change is required. | In order to be properly used with the NuPlus architecture the following change is required. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:21, 12 September 2017
When adding a new target architecture to llvm, some changes are required to the tools located in the llvm/tools folder.
llvm-objdump
This is the llvm object file dumper. The full documentation for llvm-objdump is maintained as a Texinfo manual. If the info and llvm-objdump programs are properly installed, the command
info llvm-objdump <\code> should give you access to the complete manual.
In order to be properly used with the NuPlus architecture the following change is required.