[PATCH] D28362: [ThinLTO] Optionally ignore empty index file

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 10:39:06 PST 2017


mehdi_amini added inline comments.


================
Comment at: lib/CodeGen/BackendUtil.cpp:65
+        "Ignore an empty index file and perform non-ThinLTO compilation"),
+    llvm::cl::init(false));
+
----------------
Is it common to do this in clang?


https://reviews.llvm.org/D28362





More information about the cfe-commits mailing list