[PATCH] D146945: Add Release Note for -mcode-object-v3 removal

Pierre van Houtryve via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 27 04:27:51 PDT 2023


Pierre-vh created this revision.
Pierre-vh added a reviewer: aaron.ballman.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146945

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -279,6 +279,8 @@
   undefined symbols in the created module to be a linker error. To prevent this,
   pass ``-Wl,--undefined`` if compiling directly, or ``-Xoffload-linker
   --undefined`` if using an offloading language.
+- The deprecated ``-mcode-object-v3`` and ``-mno-code-object-v3`` command-line 
+  options have been removed.
 
 X86 Support
 ^^^^^^^^^^^


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146945.508571.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230327/7f7c1983/attachment.bin>


More information about the cfe-commits mailing list