This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Support compiler-rt/profile on Windows
ClosedPublic

Authored by aeubanks on May 5 2021, 4:38 PM.

Diff Detail

Event Timeline

aeubanks created this revision.May 5 2021, 4:38 PM
aeubanks requested review of this revision.May 5 2021, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2021, 4:38 PM
aeubanks updated this revision to Diff 343306.May 6 2021, 12:18 AM

create and use stage2 toolchain

thakis accepted this revision.May 6 2021, 8:14 AM

Nice :) lg with comment addresed.

llvm/utils/gn/secondary/BUILD.gn
16–17

I guess this can go now? Either just add current_os == "win" here for now instead of adding the dep above, or remove this if here

This revision is now accepted and ready to land.May 6 2021, 8:14 AM
aeubanks updated this revision to Diff 343451.May 6 2021, 10:20 AM

remove redundant //compiler-rt

This revision was landed with ongoing or failed builds.May 6 2021, 10:26 AM
This revision was automatically updated to reflect the committed changes.