joker.eph added a comment.

Looks good to me but I'd like another opinion on the name of 
"-fthinlto-backend", Duncan?


================
Comment at: include/clang/Driver/Types.h:68
@@ -66,1 +67,3 @@
+  bool isLLVMIR(ID Id);
+
   /// isCuda - Is this a CUDA input.
----------------
I guess you could already commit this separately

================
Comment at: lib/CodeGen/CodeGenAction.cpp:819
@@ +818,3 @@
+                              llvm::Linker::Flags::None, Index.get()))
+        return;
+
----------------
I know, we can improve it later, I just wanted to share this so we're on the 
same page on the ultimate goal :)


http://reviews.llvm.org/D15025



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to