This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Don't set HAVE_[DE]REGISTER_FRAME on Windows
ClosedPublic

Authored by GMNGeoffrey on Aug 3 2021, 10:18 AM.

Details

Summary

This is also done based on OS in the GN build
(https://github.com/llvm/llvm-project/blob/24b0df8686/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn#L193-L203).
Of course the right way would be to set up platform detection, but that
remains TODO.

Diff Detail

Event Timeline

GMNGeoffrey requested review of this revision.Aug 3 2021, 10:18 AM
GMNGeoffrey created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2021, 10:18 AM
csigg accepted this revision.Aug 18 2021, 12:18 AM
This revision is now accepted and ready to land.Aug 18 2021, 12:18 AM
This revision was automatically updated to reflect the committed changes.