This is an archive of the discontinued LLVM Phabricator instance.

Add tests for coverage mapping
ClosedPublic

Authored by arphaman on Aug 11 2014, 11:00 AM.

Details

Summary

This is a resubmission of the patch from http://reviews.llvm.org/D4793.
This patch fixes the failure in macroparams.c.
It also fixes some windows failures in trycatch.cpp and classtemplate.cpp by specifying a triple for files that have constructs that clang can't mangle yet.
The other windows failures in class.cpp and derivedclass.cpp are fixed by r215365.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 12353.Aug 11 2014, 11:00 AM
arphaman retitled this revision from to Add tests for coverage mapping.
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bob.wilson, bogner.
arphaman set the repository for this revision to rL LLVM.
arphaman updated this object.
arphaman added a subscriber: Unknown Object (MLST).
arphaman updated this revision to Diff 12371.Aug 11 2014, 4:00 PM

The updated patch removes the test for class.cpp and derivedclass.cpp which will go into a separate patch because they require another patch in order to pass on windows.
The other tests were modified according to Justin's suggestions.

arphaman closed this revision.Aug 19 2014, 10:41 AM
arphaman updated this revision to Diff 12673.

Closed by commit rL215995 (authored by @arphaman).