[llvm] [TableGen] correctly escape dependency filenames (PR #160834)

Ruoyu Zhong via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 08:25:37 PDT 2025


================
@@ -0,0 +1,38 @@
+// RUN: rm -rf %t; split-file %s %t
+
+//--- normal-file.td
+class NormalClass {}
+
+//--- file with spaces.td
+class SpaceClass {}
+
+//--- file#with#hash.td
+class HashClass {}
+
+//--- file$with$dollar.td
+class DollarClass {}
+
+//--- file with escape\ before spaces.td
----------------
ZhongRuoyu wrote:

Thanks -- done in edec47b352e71c467615ff1d95ef1c60bb7324df.


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


More information about the llvm-commits mailing list