[llvm] [llvm-rc] Accept filenames provided as multiple string literals (PR #68881)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 08:05:51 PDT 2023


================
@@ -0,0 +1,2 @@
+100 ICON "subdir" "/icon-new.ico"
----------------
mstorsjo wrote:

That'd be nicer - but we can't use the preprocessor in these tests. We're building llvm-rc as part of llvm, and llvm tests can't depend on clang. So all the llvm-rc tests run with `-no-preprocessor` to skip that step.

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


More information about the llvm-commits mailing list