This is an archive of the discontinued LLVM Phabricator instance.

ASAN lit support for LTO testing and add back ThinLTO test
Needs ReviewPublic

Authored by tejohnson on Nov 10 2017, 7:42 AM.

Details

Summary

Adds LTO support similar to test/asan/lit.cfg, modeled on the support in
compiler-rt/test/profile/lit.cfg.

Adds back reverted ThinLTO test using that support.

Event Timeline

tejohnson created this revision.Nov 10 2017, 7:42 AM
eugenis added inline comments.Nov 10 2017, 1:10 PM
test/asan/lit.cfg
111

Let's just not define these substitutions when lto is not supported. Any test case that uses them must REQUIRE: lto.

lebedev.ri resigned from this revision.Jun 21 2019, 10:45 AM