Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Apart from the fix for the test, LGTM.
| test/ELF/linkerscript/dynamic.s | ||
|---|---|---|
| 11 ↗ | (On Diff #221953) | Need to include "-T %t.script" to use the linker script. |
Comment Actions
LGTM too, one really trivial comment nit but just a readability suggestion so not that important.
| ELF/LinkerScript.cpp | ||
|---|---|---|
| 516 ↗ | (On Diff #221973) | Really trivial nit, I think the "as what" would be better as "the same way as" Suggest "Set the partition field the same way OutputSection::recordSection() does." |
| ELF/LinkerScript.cpp | ||
|---|---|---|
| 516 ↗ | (On Diff #221973) | Thanks a lot! |