Fix build and delete superfluous files

- Make Python make formatting pristine
- Add missing `#pragma weak` to Python source
- Fix Clang script flake due to missing directory
This commit is contained in:
Justine Tunney 2021-08-09 06:52:35 -07:00
parent 295b3d6ca5
commit 798d542f15
901 changed files with 683 additions and 455657 deletions

View file

@ -5,6 +5,7 @@
# TODO(jart): implement me
if CLANG=$(command -v clang); then
mkdir -p o/$MODE/test/libc/release
$CLANG \
-o o/$MODE/test/libc/release/smokeclang.com.dbg \
-Os \