This is an archive of the discontinued LLVM Phabricator instance.

[libc] Set rtlib to compiler-rt in integration tests.
ClosedPublic

Authored by sivachandra on Mar 28 2022, 2:20 PM.

Details

Summary

The clang driver to picks up compiler runtime files using full paths.
Without this, at least for aarch64, the driver tries to pick up the
compiler runtime files from the working directory.

Diff Detail

Event Timeline

sivachandra created this revision.Mar 28 2022, 2:20 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 28 2022, 2:20 PM
sivachandra requested review of this revision.Mar 28 2022, 2:20 PM
michaelrj accepted this revision.Mar 28 2022, 3:39 PM

LGTM with nit

libc/cmake/modules/LLVMLibCTestRules.cmake
394

the

This revision is now accepted and ready to land.Mar 28 2022, 3:39 PM
This revision was landed with ongoing or failed builds.Mar 28 2022, 4:46 PM
This revision was automatically updated to reflect the committed changes.