This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Support running libc++abi tests in CrossWinToARMLinux cache file
ClosedPublic

Authored by broadwaylamb on Jan 9 2020, 8:25 AM.

Details

Summary

Now that D71894 has landed, we're able to run libc++abi tests remotely.

For that we can use the same CMake command as before. The tests can be run using ninja check-cxxabi.

Diff Detail

Event Timeline

broadwaylamb created this revision.Jan 9 2020, 8:25 AM
broadwaylamb edited the summary of this revision. (Show Details)Jan 9 2020, 8:26 AM
broadwaylamb edited reviewers, added: andreil99, vvereschaka, aorlov; removed: EricWF.
broadwaylamb edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 9 2020, 7:31 PM
aorlov accepted this revision.Jan 9 2020, 8:31 PM
This revision was automatically updated to reflect the committed changes.