Commit 26199f0
fix oss build
Summary:
Fix the OSS. Mostly adding files related to components and fixed size index in cmake files. Also upgraded gcc to 14 for best coroutine support.
C++20 coroutines were a major new feature. The compiler has to do complex transformations to turn coroutine code into a state machine (the "coroutine frame lowering" pass). In GCC 11, this transformation has bugs.
Reviewed By: byahn0996
Differential Revision: D96393589
fbshipit-source-id: 69952d0399f631450b24ed4616cd92cbc2300b081 parent fc8ca26 commit 26199f0
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| 48 | + | |
| 49 | + | |
0 commit comments