This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Fix passing debug information to unittest.
ClosedPublic

Authored by etienneb on Jun 29 2016, 8:21 AM.

Details

Summary

On windows, the debug information was not present in the unittest executables,
which make them hard to debug.

The Sanitizer Unittests are compiled with a local clang build.
The link pass is also done by calling clang.

This pass is adding the appropriate flags to bring the right debug information
to these executables.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 62223.Jun 29 2016, 8:21 AM
etienneb retitled this revision from to [compiler-rt] Fix passing debug information to unittest..
etienneb updated this object.
etienneb added a reviewer: rnk.
rnk accepted this revision.Jun 29 2016, 11:04 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jun 29 2016, 11:04 AM
etienneb closed this revision.Jun 29 2016, 1:05 PM