[llvm-branch-commits] [lld] [clang] [llvm] [docs] Add release notes for Windows specific changes in 18.x (PR #80011)

David Spickett via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 30 07:19:18 PST 2024


================
@@ -319,6 +319,18 @@ Changes to the LLVM tools
 * llvm-objcopy now supports ``--gap-fill`` and ``--pad-to`` options, for
   ELF input and binary output files only.
 
+* llvm-rc and llvm-windres now accept file path references in ``.rc`` files
+  concatenated from multiple string literals.
+
+* The llvm-windres option ``--preprocessor`` now resolve its argument
+  in the PATH environment variable as expected, and options passed with
+  ``--preprocessor-arg`` are placed before the input file as they should.
----------------
DavidSpickett wrote:

"now resolves"
"as they should be."

https://github.com/llvm/llvm-project/pull/80011


More information about the llvm-branch-commits mailing list