[PATCH] D24917: Resolve response file names relative to including file
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 13:16:49 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: unittests/Support/CommandLineTest.cpp:540
+ llvm::sys::fs::remove(IncDir);
+ llvm::sys::fs::remove(IncludedFileName);
+}
----------------
Delete TestDir
https://reviews.llvm.org/D24917
More information about the llvm-commits
mailing list