From 0e08502b080113dced7205afde5a7a4302d4afb0 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005320047 Date: Wed, 28 Jun 2023 21:17:08 -0700 Subject: [PATCH] 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 --- PACKAGE | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PACKAGE diff --git a/PACKAGE b/PACKAGE new file mode 100644 index 0000000..5afaa2b --- /dev/null +++ b/PACKAGE @@ -0,0 +1,3 @@ +load("@fbcode_macros//build_defs:package_local_utils.bzl", "package_local_utils") + +package_local_utils.set_clang_version(15, True)