jhuber6 added inline comments.

================
Comment at: clang/lib/Driver/Driver.cpp:730
+                         ? LTOK_Full
+                         : OffloadLTOMode;
 }
----------------
jdoerfert wrote:
> Should we overwrite unconditionally or warn/error if the combination is 
> nonsensical?
Yeah, we might need something like that. Like if the user specifies `thin` then 
the monolithic linking won't work. Probably will need a check for that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141158/new/

https://reviews.llvm.org/D141158

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

Reply via email to