Age | Commit message (Collapse) | Author | Files | Lines |
|
* Run `chelf` on the binaries after they are installed, in case they are
re-linked during the install process. This was the cause of #1272.
* Disable two more tests that caused failures on gwyn due to #1250.
Closes: #1272
|
|
|
|
Full debug-info for LLVM causes multiple failures on 32-bit builders,
including with the linker, scanelf, and tar.
On 32-bit only, use -ggdb1 to reduce the level of debuginfo output.
Since debug information is reduced, we no longer need the `strip`
command from #797.
Closes: #1251, #1253
|
|
* DWARFLinker and friends: most of the test errors are related to musl's
thread stack size. Use chelf instead of disabling the tests. They
pass on gwyn now, but there are still two flaky dsymutil tests.
* Ensure the libLLVM.so.18 library is still present in /usr/lib/llvm18.
* Install llvm-gtest, needed for Clang's test suite.
|
|
Ref: #1233
|
|
|