[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:41:15 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4559e8e8cd99: Add Release Note for -mcode-object-v3 removal (authored by Pierre-vh).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146945/new/
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.508575.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230327/0ce1c51f/attachment.bin>
More information about the cfe-commits
mailing list