You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A new object mode option, ``-X`` , to specify the type of object file ``llvm-ar`` should operate upon (`D127864 <https://reviews.llvm.org/D127864>`_)
328
+
329
+
* Read global symbols of AIX big archive (`D124865 <https://reviews.llvm.org/D124865>`_)
330
+
331
+
* New options supported for ``llvm-nm``:
332
+
333
+
* ``-X``, to specify the type of object file that ``llvm-nm`` should examine (`D118193 <https://reviews.llvm.org/D118193>`_)
334
+
335
+
* ``--export-symbols``, to create a list of symbols to export (`D112735 <https://reviews.llvm.org/D112735>`_)
336
+
299
337
* The LLVM gold plugin now ignores bitcode from the ``.llvmbc`` section of ELF
300
338
files when doing LTO. https://github.com/llvm/llvm-project/issues/47216
339
+
* llvm-objcopy now supports 32 bit XCOFF.
340
+
* llvm-objdump: improved assembly printing for XCOFF.
341
+
* llc now parses code-model attribute from input file.
301
342
302
343
Changes to LLDB
303
344
---------------------------------
@@ -343,6 +384,14 @@ Other Changes
343
384
has been removed. This had been obsolete and abandoned since Visual Studio
344
385
started including an integration by default in 2019.
345
386
387
+
* Added the unwinder, personality, and helper functions for exception handling
388
+
on AIX. (`D100132 <https://reviews.llvm.org/D100132>`_)
389
+
(`D100504 <https://reviews.llvm.org/D100504>`_)
390
+
391
+
* PGO on AIX: A new implementation that requires linker support
392
+
(__start_SECTION/__stop_SECTION symbols) available on AIX 7.2 TL5 SP4 and
0 commit comments