[PATCH] D49090: [ThinLTO] Escape module paths when printing
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 11:25:03 PDT 2018
dexonsmith requested changes to this revision.
dexonsmith added inline comments.
This revision now requires changes to proceed.
================
Comment at: test/Assembler/asm-path-writer.ll:1
+; REQUIRES: system-windows
+; RUN: mkdir -p %t.dir\f4folder
----------------
It's unfortunate that this requires Windows. Is it possible to check in textual IR file where a `path:` has (properly escaped) backslashes in it, and round-trip it back to assembly?
https://reviews.llvm.org/D49090
More information about the llvm-commits
mailing list