This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Use .export files
ClosedPublic

Authored by thakis on May 20 2021, 6:58 AM.

Details

Summary

Just fixing an old TODO, no dramatic behavior change.

Diff Detail

Event Timeline

thakis created this revision.May 20 2021, 6:58 AM
thakis requested review of this revision.May 20 2021, 6:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2021, 6:58 AM
thakis updated this revision to Diff 346718.May 20 2021, 7:01 AM

remove redundant comment

thakis updated this revision to Diff 346726.May 20 2021, 7:43 AM

fix typo in linux linker flag

looks like there are a couple more exports files in llvm/tools/{gold,remarks-shlib}

thakis added a comment.EditedMay 20 2021, 11:42 AM

looks like there are a couple more exports files in llvm/tools/{gold,remarks-shlib}

Looks like these don't have a BUILD.gn file at all :) (Only stuff covered by check-llvm etc has, in first approximation)

But thanks for checking! I had only grepped for .exports in llvm/utils/gn instead of doing git ls-files '*.exports'. But looks like I was lucky and it's the same effective set of files.

aeubanks accepted this revision.May 20 2021, 11:47 AM
This revision is now accepted and ready to land.May 20 2021, 11:47 AM
This revision was automatically updated to reflect the committed changes.