File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1268,6 +1268,8 @@ Windows Support
1268
1268
to ensure compatibility with msvc. Previously strict aliasing was only disabled if the
1269
1269
driver mode was cl.
1270
1270
1271
+ - Clang now passes relevant LTO options to the linker (LLD) in MinGW mode.
1272
+
1271
1273
LoongArch Support
1272
1274
^^^^^^^^^^^^^^^^^
1273
1275
Original file line number Diff line number Diff line change @@ -454,6 +454,19 @@ Changes to the LLVM tools
454
454
455
455
* llvm-objdump now supports the ``--file-headers `` option for XCOFF object files.
456
456
457
+ * llvm-rc and llvm-windres now accept file path references in ``.rc `` files
458
+ concatenated from multiple string literals.
459
+
460
+ * The llvm-windres option ``--preprocessor `` now resolves its argument
461
+ in the PATH environment variable as expected, and options passed with
462
+ ``--preprocessor-arg `` are placed before the input file as they should
463
+ be.
464
+
465
+ * The llvm-windres option ``--preprocessor `` has been updated with the
466
+ breaking behaviour change from GNU windres from binutils 2.36, where
467
+ the whole argument is considered as one path, not considered as a
468
+ sequence of tool name and parameters.
469
+
457
470
Changes to LLDB
458
471
---------------------------------
459
472
@@ -477,6 +490,8 @@ Changes to BOLT
477
490
binary functions with exact hash, allowing for the matching of renamed but
478
491
identical functions.
479
492
493
+ * On Windows, LLDB can now read the thread names.
494
+
480
495
Changes to Sanitizers
481
496
---------------------
482
497
You can’t perform that action at this time.
0 commit comments