This is an archive of the discontinued LLVM Phabricator instance.

Make compiler-rt/asan tests run with llvm-lit.
ClosedPublic

Authored by akhuang on Jul 14 2020, 3:06 PM.

Details

Summary

Currently the asan tests don't work with llvm-lit with some lit config errors.
This patch makes the tests run with llvm-lit,
e.g. ./bin/llvm-lit [...]/compiler-rt/test/asan

Diff Detail

Event Timeline

akhuang created this revision.Jul 14 2020, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2020, 3:06 PM
Herald added subscribers: Restricted Project, mgorny, dberris. · View Herald Transcript
akhuang edited the summary of this revision. (Show Details)Jul 14 2020, 3:10 PM

whoops, forgot about this patch; not sure who to add as reviewer?

hans accepted this revision.Aug 17 2020, 2:27 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Aug 17 2020, 2:27 AM
This revision was landed with ongoing or failed builds.Aug 17 2020, 9:24 AM
This revision was automatically updated to reflect the committed changes.