[PATCH] D130224: [Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values
krishna chaitanya sankisa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 28 09:29:46 PDT 2022
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
More information about the cfe-commits
mailing list