[PATCH] D64610: [clang] allow -fthinlto-index= without -x ir
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 17:09:44 PDT 2019
MaskRay added inline comments.
================
Comment at: clang/lib/Driver/Driver.cpp:2123
+
+ // If running with -thinlto-index=, extensions that normally identify
+ // native object files actually identify LLVM bitcode files.
----------------
`-fthinlto-index=`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64610/new/
https://reviews.llvm.org/D64610
More information about the cfe-commits
mailing list