[PATCH] D23599: [ThinLTO] Add caching to the new LTO API

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 08:15:48 PDT 2016


tejohnson added a comment.

Do the tests pass for you? I got a seg fault in llvm-lto2 in new test case, but didn't get a chance to look into it.


================
Comment at: lib/LTO/Caching.cpp:21
@@ +20,3 @@
+#include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/Filesystem.h"
+#include "llvm/Support/Path.h"
----------------
FileSystem.h


https://reviews.llvm.org/D23599





More information about the llvm-commits mailing list