| author | |
| committer | |
| log | d60f9d0d4b9c7d271cf79561ec8bad960475b9c5 |
| tree | ddb17562e038756c00b8a288f6404c7272d53ab0 |
| parent | e81156b87364a31bee892aee2e6145f65c02fa35 |
1 files changed, 5 insertions(+), 0 deletions(-)
src/zig_clang_cc1_main.cpp+5| ... | ... | @@ -12,6 +12,11 @@ |
| 12 | 12 | // |
| 13 | 13 | //===----------------------------------------------------------------------===// |
| 14 | 14 | |
| 15 | #if __GNUC__ >= 9 | |
| 16 | #pragma GCC diagnostic push | |
| 17 | #pragma GCC diagnostic ignored "-Winit-list-lifetime" | |
| 18 | #endif | |
| 19 | ||
| 15 | 20 | #include "clang/Basic/Stack.h" |
| 16 | 21 | #include "clang/Basic/TargetOptions.h" |
| 17 | 22 | #include "clang/CodeGen/ObjectFilePCHContainerOperations.h" |