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