[llvm] [llvm-rc] Accept filenames provided as multiple string literals (PR #68881)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 07:44:57 PDT 2023
================
@@ -0,0 +1,2 @@
+100 ICON "subdir" "/icon-new.ico"
----------------
aganea wrote:
Would it be better if a preprocessor definition was used here instead of `"subdir"`, and below in the test? Like shown in https://github.com/llvm/llvm-project/issues/51286? That would show the end-intention for someone who reads this patch later.
https://github.com/llvm/llvm-project/pull/68881
More information about the llvm-commits
mailing list