Commit 1032df6
authored
[LTO][Pipelines][Coro] Handle coroutines in LTO pipeline (llvm#126168)
ThinLTO delays handling of coroutines to ThinLTO backend.
However it's usually possible to use ThinLTO prelink objects for FullLTO.
In this case we have left-over coroutines which crash in codegen.
Issue llvm#104525.1 parent 7b473df commit 1032df6
File tree
4 files changed
+42
-2
lines changed- llvm
- lib/Passes
- test
- LTO/X86
- Other
4 files changed
+42
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1840 | 1840 | | |
1841 | 1841 | | |
1842 | 1842 | | |
| 1843 | + | |
| 1844 | + | |
1843 | 1845 | | |
1844 | 1846 | | |
1845 | 1847 | | |
| |||
1924 | 1926 | | |
1925 | 1927 | | |
1926 | 1928 | | |
| 1929 | + | |
| 1930 | + | |
1927 | 1931 | | |
1928 | 1932 | | |
1929 | 1933 | | |
| |||
1932 | 1936 | | |
1933 | 1937 | | |
1934 | 1938 | | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
1935 | 1942 | | |
1936 | 1943 | | |
1937 | 1944 | | |
| |||
1997 | 2004 | | |
1998 | 2005 | | |
1999 | 2006 | | |
2000 | | - | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
2001 | 2012 | | |
2002 | 2013 | | |
2003 | 2014 | | |
| |||
2149 | 2160 | | |
2150 | 2161 | | |
2151 | 2162 | | |
| 2163 | + | |
| 2164 | + | |
2152 | 2165 | | |
2153 | 2166 | | |
2154 | 2167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
0 commit comments