Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / bolt / test / X86 / Inputs / ambiguous_fragment.s
blob05346ffd7c34454242431a8cf8b84913f87d5984
1 #--- file1
2 .file "file1.cpp"
3 .section .text.cold
4 .type __func.cold.0, @function
5 __func.cold.0:
6 ud2
7 .size __func.cold.0, .-__func.cold.0
8 .section .text
9 .type __func, @function
10 __func:
11 ud2
12 .size __func, .-__func
14 #--- file2
15 .file "file2.cpp"
16 .section .text.cold
17 .type __func.cold.0, @function
18 __func.cold.0:
19 ud2
20 .size __func.cold.0, .-__func.cold.0
21 .section .text
22 .type __func, @function
23 __func:
24 ud2
25 .size __func, .-__func
27 #--- file3
28 .file "file3.cpp"
29 .section .text.cold
30 .type __func.cold.0, @function
31 __func.cold.0:
32 ud2
33 .size __func.cold.0, .-__func.cold.0
34 .section .text
35 .type __func, @function
36 __func:
37 ud2
38 .size __func, .-__func
40 #--- file4
41 .file "file4.cpp"
42 .section .text.cold
43 .type __func.cold.0, @function
44 __func.cold.0:
45 ud2
46 .size __func.cold.0, .-__func.cold.0
47 .section .text
48 .type __func, @function
49 __func:
50 ud2
51 .size __func, .-__func
53 #--- file5
54 .file "bolt-pseudo.o"