From 191ae994b2a44e91cb7c2aa778f7216a9c10d803 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Wed, 20 Mar 2024 14:03:28 -0700 Subject: [PATCH] blah --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cc11fb2864..41c80b3990 100644 --- a/NEWS.md +++ b/NEWS.md @@ -27,8 +27,9 @@ For example: instead of just one with all of the passes. This is due to running with the "new" pass manager, instead of running with the legacy pass manager, as before. - - The bytecode compiler currently uses (depracated) non-opaque pointers. + - The bytecode compiler currently uses (deprecated) non-opaque pointers. Updating to all opaque pointers will be required for the next release. + See https://llvm.org/docs/OpaquePointers.html for more information. 🌌 New Requirements: - LLVM 16