As Renato suggested, let's add lld to the test-release.sh script.
Building it is enabled by default, but it can be disabled using the
-no-lld option.
We can also disable it by default, like lldb, and add -lld and -no-lld
options instead.
Differential D29539
Add lld to test-release.sh dim on Feb 4 2017, 4:06 AM. Authored by
Details As Renato suggested, let's add lld to the test-release.sh script. We can also disable it by default, like lldb, and add -lld and -no-lld
Diff Detail
Event TimelineComment Actions Looks ok. We don't want to use LLD for the bootstrap yet. I'll let Hans approve this one. cheers, Comment Actions Looks good from my side as well. We pushed a similar patch for Polly recently. Let's see what Hans says. Comment Actions Adding it makes sense, but I think we should keep it off by default, and then enable it when we start the 5.0 release. I don't want to add lld to the 4.0 release at this stage. Comment Actions On the other hand, it might be worth a try. Let's add this, and if it causes problems for rc2 we can disable it. Comment Actions Btw do we also merge this to the 4.0 branch? (When I do RC tests, I usually use the test-release.sh script corresponding to the branch under test.) Comment Actions For historical reasons we must. Or people will have trouble building it in the future. |