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

This commit is contained in:
Andrew Kelley
2020-03-22 20:48:21 -04:00
17 changed files with 6950 additions and 30 deletions

View File

@@ -2013,7 +2013,7 @@ static const char *get_def_lib(CodeGen *parent, const char *name, Buf *def_in_fi
ZigList<const char *> args = {};
args.append(buf_ptr(self_exe_path));
args.append("cc");
args.append("clang");
args.append("-x");
args.append("c");
args.append(buf_ptr(def_in_file));