mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Migrate "hermetic_infra/reverie" from LLVM-12 to LLVM-15
Summary: fbcode is migrating to LLVM-15 for safer and more up-to-date code and new compiler features. All contbuilds in your directory have passed our build test with LLVM-15, and your directory does not house any packages. This diff will migrate it to LLVM-15. If you approve of this diff, please use the "Accept & Ship" button. If you have a blocker on building with LLVM 15, please comment on this diff. All fbcode directories will move to LLVM 15, so please start working on the fixes, testing and canary ASAP. If all tests are green, we will land this on Friday 06/23/2023. See the [FAQ post](https://fb.workplace.com/groups/llvm15platform010/posts/749154386769776/)! Please also direct any questions to [this group](https://fb.workplace.com/groups/llvm15platform010). - If you approve of this diff, please use the "Accept & Ship" button :-) Build directives: Reviewed By: palmje Differential Revision: D46861414 fbshipit-source-id: 29e309e6ef24248aa49bbdd4491c3be23056411f
This commit is contained in:
parent
09a86f99f9
commit
0e08502b08
1 changed files with 3 additions and 0 deletions
3
PACKAGE
Normal file
3
PACKAGE
Normal file
|
@ -0,0 +1,3 @@
|
|||
load("@fbcode_macros//build_defs:package_local_utils.bzl", "package_local_utils")
|
||||
|
||||
package_local_utils.set_clang_version(15, True)
|
Loading…
Reference in a new issue