File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ double arr2 [[clang::loader_uninitialized]] [4];
31
31
32
32
template <typename T> struct templ {T * t;};
33
33
34
- // CHECK: @templ_int = global %struct.templ undef, align 8
34
+ // CHECK: @templ_int = global %struct.templ undef
35
35
templ<int > templ_int [[clang::loader_uninitialized]];
36
36
37
- // CHECK: @templ_trivial = global %struct.templ.0 undef, align 8
37
+ // CHECK: @templ_trivial = global %struct.templ.0 undef
38
38
templ<trivial> templ_trivial [[clang::loader_uninitialized]];
39
39
40
- // CHECK: @templ_incomplete = global %struct.templ.1 undef, align 8
40
+ // CHECK: @templ_incomplete = global %struct.templ.1 undef
41
41
struct incomplete ;
42
42
templ<incomplete> templ_incomplete [[clang::loader_uninitialized]];
You can’t perform that action at this time.
0 commit comments