Skip to content

Commit 663c2cd

Browse files
committed
update snapshots without triple
1 parent 4ee3944 commit 663c2cd

File tree

411 files changed

+0
-474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+0
-474
lines changed

src/codegen/tests/address_tests.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fn aliased_address_in_global_generated() {
1616
; ModuleID = '<internal>'
1717
source_filename = "<internal>"
1818
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
19-
target triple = "x86_64-pc-linux-gnu"
2019
2120
@foo = global i8* null
2221
@__PI_1_2_3_4 = global i8 0
@@ -38,7 +37,6 @@ fn duplicate_aliased_address_in_global_generated() {
3837
; ModuleID = '<internal>'
3938
source_filename = "<internal>"
4039
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
41-
target triple = "x86_64-pc-linux-gnu"
4240
4341
@foo = global i8* null
4442
@__PI_1_2_3_4 = global i8 0
@@ -66,7 +64,6 @@ fn address_variable_used_with_symbolic_name() {
6664
; ModuleID = '<internal>'
6765
source_filename = "<internal>"
6866
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
69-
target triple = "x86_64-pc-linux-gnu"
7067
7168
%mainProg = type {}
7269
@@ -107,7 +104,6 @@ fn address_used_in_body() {
107104
; ModuleID = '<internal>'
108105
source_filename = "<internal>"
109106
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
110-
target triple = "x86_64-pc-linux-gnu"
111107
112108
%mainProg = type {}
113109

src/codegen/tests/code_gen_tests.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ fn fb_method_called_locally() {
11081108
; ModuleID = '<internal>'
11091109
source_filename = "<internal>"
11101110
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1111-
target triple = "x86_64-pc-linux-gnu"
11121111
11131112
%foo = type { i32 }
11141113
@@ -1193,7 +1192,6 @@ fn fb_local_method_var_shadows_parent_var() {
11931192
; ModuleID = '<internal>'
11941193
source_filename = "<internal>"
11951194
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1196-
target triple = "x86_64-pc-linux-gnu"
11971195
11981196
%foo = type { i32 }
11991197
@@ -1277,7 +1275,6 @@ fn prog_method_called_locally() {
12771275
; ModuleID = '<internal>'
12781276
source_filename = "<internal>"
12791277
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1280-
target triple = "x86_64-pc-linux-gnu"
12811278
12821279
%foo = type { i32 }
12831280
@@ -1353,7 +1350,6 @@ fn prog_local_method_var_shadows_parent_var() {
13531350
; ModuleID = '<internal>'
13541351
source_filename = "<internal>"
13551352
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1356-
target triple = "x86_64-pc-linux-gnu"
13571353
13581354
%foo = type { i32 }
13591355
@@ -1608,7 +1604,6 @@ fn for_statement_with_binary_expressions() {
16081604
; ModuleID = '<internal>'
16091605
source_filename = "<internal>"
16101606
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1611-
target triple = "x86_64-pc-linux-gnu"
16121607
16131608
%prg = type { i32, i32, i32, i32 }
16141609
@@ -1677,7 +1672,6 @@ fn for_statement_type_casting() {
16771672
; ModuleID = '<internal>'
16781673
source_filename = "<internal>"
16791674
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
1680-
target triple = "x86_64-pc-linux-gnu"
16811675
16821676
define void @main() {
16831677
entry:
@@ -3965,7 +3959,6 @@ fn variables_in_var_external_block_are_not_generated() {
39653959
; ModuleID = '<internal>'
39663960
source_filename = "<internal>"
39673961
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
3968-
target triple = "x86_64-pc-linux-gnu"
39693962
39703963
%bar = type {}
39713964
%baz = type {}

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__aggregate_return_value_variable_in_function.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@utf08_literal_0 = private unnamed_addr constant [6 x i8] c"hello\00"
1211

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__array_size_correctly_set_in_dwarf_info.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @foo() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__assignment_statement_have_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__case_conditions_location_marked.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__exit_statement_have_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__external_impl_is_not_added_as_external_subroutine.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%myPrg = type {}
1211
%myFb = type {}

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__for_conditions_location_marked.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__function_calls_have_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__function_calls_in_expressions_have_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__if_conditions_location_marked.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__implementation_added_as_subroutine.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%myPrg = type {}
1211
%myFb = type {}

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__nested_function_calls_get_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc(i32 %0) !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__non_callable_expressions_have_no_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__non_function_pous_have_struct_as_param.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%myProg = type { i32 }
1211
%fb = type { i32 }

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__repeat_conditions_location_marked.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__return_statement_have_location.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__string_size_correctly_set_in_dwarf_info.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@a = global [65 x i8] zeroinitializer, !dbg !0
1211

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__var_and_vartemp_variables_in_pous_added_as_local.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%myPrg = type {}
1211
%myFb = type {}

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__var_in_out_inout_in_function_added_as_params.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc(i16* %0) !dbg !4 {
1211
entry:

src/codegen/tests/debug_tests/snapshots/rusty__codegen__tests__debug_tests__expression_debugging__while_conditions_location_marked.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i32 @myFunc() !dbg !4 {
1211
entry:

src/codegen/tests/directaccess_test.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ fn direct_acess_in_output_assignment_implicit_explicit_and_mixed() {
145145
; ModuleID = '<internal>'
146146
source_filename = "<internal>"
147147
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
148-
target triple = "x86_64-pc-linux-gnu"
149148
150149
%FOO = type { i8, i8 }
151150
@@ -248,7 +247,6 @@ fn direct_acess_in_output_assignment_with_simple_expression() {
248247
; ModuleID = '<internal>'
249248
source_filename = "<internal>"
250249
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
251-
target triple = "x86_64-pc-linux-gnu"
252250
253251
%FOO = type { i8 }
254252
@@ -313,7 +311,6 @@ fn direct_acess_in_output_assignment_with_simple_expression_implicit() {
313311
; ModuleID = '<internal>'
314312
source_filename = "<internal>"
315313
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
316-
target triple = "x86_64-pc-linux-gnu"
317314
318315
%FOO = type { i8 }
319316
@@ -387,7 +384,6 @@ fn direct_acess_in_output_assignment_with_complexe_expression() {
387384
; ModuleID = '<internal>'
388385
source_filename = "<internal>"
389386
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
390-
target triple = "x86_64-pc-linux-gnu"
391387
392388
%QUUX = type { i8 }
393389
%foo_struct = type { %bar_struct }

src/codegen/tests/expression_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ fn global_namespace_operator() {
773773
; ModuleID = '<internal>'
774774
source_filename = "<internal>"
775775
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
776-
target triple = "x86_64-pc-linux-gnu"
777776
778777
%main = type { i32 }
779778

src/codegen/tests/initialization_test/global_initializers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ fn external_pous_get_external_initializers() {
167167
; ModuleID = '<internal>'
168168
source_filename = "<internal>"
169169
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
170-
target triple = "x86_64-pc-linux-gnu"
171170
172171
%ext_fb = type {}
173172
%ext_prog = type {}

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__global_constant_without_initializer_gets_declared_initializer.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%commands = type { i8, i8 }
1211

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__global_constant_without_initializer_gets_default_initializer.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%commands = type { i8, i8 }
1211

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__initial_values_in_global_constant_variables.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@c_INT = unnamed_addr constant i16 7
1211
@c_3c = unnamed_addr constant i16 21

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__initial_values_in_global_variables.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@x = global i16 7
1211
@y = global i8 1

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__initial_values_in_global_variables_out_of_order.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%MyFB = type { i16 }
1211
%prg = type { %MyFB }

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__global_initializers__uninitialized_global_array.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@a = global [2 x i8] zeroinitializer

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__class_struct_initialized_in_function.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%fb = type { i16 }
1211
%main = type { %fb }

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__default_values_for_not_initialized_function_vars.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
define i16 @func() {
1211
entry:

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__enum_variants_have_precedence_over_global_variables_in_inline_assignment.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
@x = global i32 10
1211
@__foo_position.x = unnamed_addr constant i32 1

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__function_block_struct_initialized_in_function.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%fb = type {}
1211
%main = type { %fb }

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__function_return_value_is_initialized.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%MyStruct = type { i32, i16 }
1211

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__function_return_value_is_initialized_with_type_initializer.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%main = type { [4 x i32], [4 x i32] }
1211

src/codegen/tests/initialization_test/snapshots/rusty__codegen__tests__initialization_test__pou_initializers__function_return_value_with_initializers_is_initialized.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ snapshot_kind: text
66
; ModuleID = '<internal>'
77
source_filename = "<internal>"
88
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9-
target triple = "x86_64-pc-linux-gnu"
109

1110
%MyStrct = type { i32, i32, i32 }
1211

0 commit comments

Comments
 (0)