================
@@ -375,6 +375,11 @@ class ReturnValueSlot {
   bool isExternallyDestructed() const { return IsExternallyDestructed; }
 };
 
+/// If \p F "target-features" are incompatible with the \p TargetOpts features,
----------------
jmmartinez wrote:

I've updated the comment but I've realized another problem: since it's dropping 
the functions in the builtin module, the user's module will still have the 
declaration.

I've updated the test to show this problem.

https://github.com/llvm/llvm-project/pull/65737
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to