This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.
ClosedPublic

Authored by lntue on May 5 2022, 4:00 PM.

Details

Summary

This is needed to prepare for adding FLAGS option.

Diff Detail

Event Timeline

lntue created this revision.May 5 2022, 4:00 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 5 2022, 4:00 PM
lntue requested review of this revision.May 5 2022, 4:00 PM
sivachandra added inline comments.May 6 2022, 10:08 AM
libc/cmake/modules/LLVMLibCTestRules.cmake
149–150

Add a comment explaining why its a PREPEND here and an APPEND down below.

sivachandra accepted this revision.May 6 2022, 10:08 AM
This revision is now accepted and ready to land.May 6 2022, 10:08 AM
lntue updated this revision to Diff 427943.May 8 2022, 10:32 AM
lntue marked an inline comment as done.

Address comments.

This revision was landed with ongoing or failed builds.May 8 2022, 10:34 AM
This revision was automatically updated to reflect the committed changes.