Mark loongarch64 as supported for profile. All tests passed.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
People should ensure they have an up-to-date binutils version that supports the R_LARCH_64_PCREL reloc type. This reloc type is used in the __llvm_prf_data section which is generated when instrumentation-based profiling (InstrProfiling) is enabled.
About the summary:
Add support for profile on loongarch64 and pass all tests.
"Add support" generally means some source codes are added. But in this case, we did not add any code. So we can change the sentence to "Mark loongarch64 as supported for profile. All tests passed.".
About the summary:
Add support for profile on loongarch64 and pass all tests.
"Add support" generally means some source codes are added. But in this case, we did not add any code. So we can change the sentence to "Mark loongarch64 as supported for profile. All tests passed.".
Ok, I have modified it. Thanks for your suggestion.