Commit a023a95
authored
Do not require __STDC_LIMIT_MACROS and others (microsoft#6976)
Apply LLVM patch: https://reviews.llvm.org/D21553
GitHub commit:
llvm/llvm-project@f4437e9#diff-5fb0c3e347a7fc69d806be92c7b786cda1018152b3d264e3293697a1ac41eb7eR61
This fixes compilation of DXC with latest libc++, which removes C
headers like locale.h and stdint.h:
llvm/llvm-project@aa7f3771 parent db90a46 commit a023a95
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
| |||
0 commit comments