[PATCH] D42680: [ThinLTO] Ignore -fthinlto-index= for non-ThinLTO files

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 09:06:26 PST 2018


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM (minor comment fix in test needed)



================
Comment at: clang/test/CodeGen/thinlto_backend.ll:23
 
+; Ensure we don't fail with index and non-ThinLTO object file, and run non-ThinLTO compilation which
+; RUN: opt -o %t5.o %s
----------------
Comment line length too long, and sentence isn't complete.


https://reviews.llvm.org/D42680





More information about the cfe-commits mailing list