Commit 724c2aa
Fix C++23 build error in llvm/Support/Caching.h (#163545)
[1] instantiates ~std::unique_ptr<MemoryBuffer>, so it must be a
complete type.
[1]
https://github.com/llvm/llvm-project/blob/4b89704504dde687ba7983e034cb246581fd1407/llvm/include/llvm/Support/Caching.h#L121
Co-authored-by: Victor Hugo Vianna Silva <[email protected]>1 parent d02f8b4 commit 724c2aa
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments