Skip to content

Commit c6a1965

Browse files
author
Alexander Yermolovich
committed
removed .text and .file
1 parent 6287a7f commit c6a1965

12 files changed

+0
-25
lines changed

bolt/test/X86/icf-safe-icp.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888
# return 5;
8989
# }
9090
# Manually modified to remove "extra" assembly.
91-
.text
92-
.file "main.cpp"
9391
.section .text.hot.,"ax",@progbits
9492
.globl _Z10createTypei
9593
.p2align 4, 0x90

bolt/test/X86/icf-safe-test1-no-cfg.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
# barSub(FooVar, BarVar) + fooAdd(FooVar, BarVar);
6464
# return temp;
6565
# }
66-
.text
67-
.file "main.cpp"
6866
.globl fooSubFunc
6967
.p2align 4, 0x90
7068
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test1-no-relocs.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
# barSub(FooVar, BarVar) + fooAdd(FooVar, BarVar);
5959
# return temp;
6060
# }
61-
.text
62-
.file "main.cpp"
6361
.globl fooSubFunc
6462
.p2align 4, 0x90
6563
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test1.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
# barSub(FooVar, BarVar) + fooAdd(FooVar, BarVar);
6464
# return temp;
6565
# }
66-
.text
67-
.file "main.cpp"
6866
.globl fooSubFunc
6967
.p2align 4, 0x90
7068
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test2GlobalConstPtrNoPic.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
# int FooVar = 1;
6464
# int BarVar = 2;
6565
# Manually modified to remove "extra" assembly.
66-
.text
67-
.file "main.cpp"
6866
.globl fooMulFunc
6967
.p2align 4, 0x90
7068
.type fooMulFunc,@function

bolt/test/X86/icf-safe-test2GlobalConstPtrNoPicExtFuncRef.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
# return 5 + funcGlobalBarMulExt(a, b);
8787
# }
8888
# Manually modified to remove "extra" assembly.
89-
.text
90-
.file "main.cpp"
9189
.globl fooSubFunc
9290
.p2align 4, 0x90
9391
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test2GlobalConstPtrPic.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
# int FooVar = 1;
6464
# int BarVar = 2;
6565
# Manually modified to remove "extra" assembly.
66-
.text
67-
.file "main.cpp"
6866
.globl fooMulFunc
6967
.p2align 4, 0x90
7068
.type fooMulFunc,@function

bolt/test/X86/icf-safe-test2GlobalConstPtrPicExtFuncRef.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@
9999
# MY_CONST int fooGlobalFuncHelper(int a, int b) {
100100
# return 5 + funcGlobalBarMulExt(a, b);
101101
# }
102-
103-
.text
104-
.file "main.cpp"
105102
.globl fooSubFunc
106103
.p2align 4, 0x90
107104
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test2GlobalVarO0.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
# return temp;
6868
# }
6969
# Manually modified to remove "extra" assembly.
70-
.text
71-
.file "main.cpp"
7270
.globl fooSubFunc
7371
.p2align 4, 0x90
7472
.type fooSubFunc,@function

bolt/test/X86/icf-safe-test2GlobalVarO3.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
# int fooGlobalFuncHelper(int a, int b) {
7373
# return 5;
7474
# }
75-
.text
76-
.file "main.cpp"
7775
.globl fooSubFunc
7876
.p2align 4, 0x90
7977
.type fooSubFunc,@function

0 commit comments

Comments
 (0)