Merge remote-tracking branch 'origin/master' into llvm11

The changes to install_files.h needed to put into src/libcxx.zig
This commit is contained in:
Andrew Kelley
2020-09-30 02:55:41 -07:00
200 changed files with 21864 additions and 21854 deletions

View File

@@ -930,7 +930,7 @@ class MyOStream: public raw_ostream {
};
bool ZigLLVMWriteImportLibrary(const char *def_path, const ZigLLVM_ArchType arch,
const char *output_lib_path, const bool kill_at)
const char *output_lib_path, bool kill_at)
{
COFF::MachineTypes machine = COFF::IMAGE_FILE_MACHINE_UNKNOWN;