This is an archive of the discontinued LLVM Phabricator instance.

test-release.sh: Fix phase2 and phase3 binary comparision
ClosedPublic

Authored by tstellar on Jul 4 2017, 11:10 AM.

Details

Summary

scudo_utils.cpp.o from compiler-rt had has one of the compiler's builtin
include paths stored in the .debug_line section. So we need to do
sed 's,Phase1,Phase2,g` on the Phase2 object file so it matches Phase3.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jul 4 2017, 11:10 AM
hans accepted this revision.Jul 17 2017, 8:00 AM

Apologies for the slow reply; I was on vacation.

lgtm, thanks for fixing this!

This revision is now accepted and ready to land.Jul 17 2017, 8:00 AM
This revision was automatically updated to reflect the committed changes.