Rebuilt for LLVM 10 and rebootstrapped. Full release notes for each version between 1.20.1 and 1.23.0 are available here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R4120:0ebe19dc259e: Update ldc to 1.23.0 and rebuild for LLVM 10
Rebuild dub, tilix, and gtkd
Diff Detail
Diff Detail
- Repository
- R4120 ldc
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
I'm not seeing gtkd and tilix in the test plan. They're rev deps.
package.yml | ||
---|---|---|
10–11 | Should be above the BSD license. |
files/dont-force-gold.patch | ||
---|---|---|
8 | They changed the code here, we shouldn't be forcing gold as the linker preference, keep to bfd https://github.com/ldc-developers/ldc/blob/master/driver/linker-gcc.cpp#L573 Really the ArgsBuilder::addLinker function can just do the previous push_back call. | |
18 | We need to re-remove this. They still have it. https://github.com/ldc-developers/ldc/blob/master/CMakeLists.txt#L445 |
Comment Actions
Working on this. Having issues building gtkd with new LDC, need time to look into it. Will hopefully be done by today.
Comment Actions
Rebuilt gtkd, required changes. If Tilix succeeds I'll push the gtkd diff and update this, and it should be good to go.