Commit 6abe590
committed
[libc] Fail fast when building standalone
Building with the source directory rooted in the libc subdirectory isn't
tested in CI and can lead to subtle build problems (cf. llvm#118871).
Let's fail fast with a helpful error message instead to help users
configure libc correctly.1 parent d300337 commit 6abe590
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments