Skip to content

Commit

Permalink
Add supports_two_phase_compilation to cxx toolchain
Browse files Browse the repository at this point in the history
Summary:
allow-large-files

This opts into C++20 modules for specific toolchains we know work (onto which we cherry pick our upstream changes).

Reviewed By: apolloww, dmpolukhin

Differential Revision: D62382664

fbshipit-source-id: ff7fef8abe8a194387f257a2cbc4dd84fdc7195f
  • Loading branch information
Nhat Minh Le authored and facebook-github-bot committed Sep 16, 2024
1 parent 3c6155b commit 1b5f8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prelude/cxx/cxx_toolchain_types.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ _compiler_fields = [
"preprocessor_flags",
# Controls cache upload for object files
"allow_cache_upload",
"supports_two_phase_compilation",
]

HipCompilerInfo = provider(fields = _compiler_fields)
Expand Down

0 comments on commit 1b5f8d0

Please sign in to comment.