skc7 added inline comments.

================
Comment at: clang/test/CodeGen/attr-maybeundef.c:48
+
+// CHECK: declare void @VariadicFunction(i32 noundef, ...)
+
----------------
aaron.ballman wrote:
> It looks like dso_local is missing here on Windows and expected to be missing 
> on Linux? Not certain what's up with that...
On Linux, dso_local isn't present.
declare void @VariadicFunction(i32 noundef, ...)


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

https://reviews.llvm.org/D130224

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

Reply via email to