JonChesterfield added inline comments.

================
Comment at: clang/test/CodeGenCXX/attr-loader-uninitialized.cpp:34
+
+// CHECK: @templ_int = global %struct.templ undef, align 8
+templ<int> templ_int [[clang::loader_uninitialized]];
----------------
This broke 32 bit builds where the pointer is not eight byte aligned. Patched 
by dropping the align from the filecheck pattern in 
3d82c9b6960afe50a76b8c23e9bc42c51d41e767. Credit to Luke Benes for reporting 
the error, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85990

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

Reply via email to