This is an archive of the discontinued LLVM Phabricator instance.

[libc] Remove integration test target from check libc.
ClosedPublic

Authored by PaulkaToast on Jun 2 2020, 1:15 PM.

Details

Summary

This is failing on the asan build because we use -nostdlib.
I also took this opportunity to make the target name match the naming structure we've been using.

Diff Detail

Event Timeline

PaulkaToast created this revision.Jun 2 2020, 1:15 PM
sivachandra accepted this revision.Jun 2 2020, 1:20 PM

s/check-libc-public-integration/libc-integration-test

It is cleaner, and easy to remember.

This revision is now accepted and ready to land.Jun 2 2020, 1:20 PM
This revision was automatically updated to reflect the committed changes.