src-self-hosted/clang_options_data.zig | 9 ++- src-self-hosted/stage2.zig | 1 + src/all_types.hpp | 1 + src/analyze.cpp | 6 ++ src/codegen.cpp | 10 +++ src/install_files.h | 65 +++++++++++++++++++ src/link.cpp | 108 ++++++++++++++++++++++++++++++++ src/main.cpp | 18 +++++- src/stage2.h | 1 + tools/update_clang_options.zig | 4 ++ 10 files changed, 221 insertions(+), 2 deletions(-)