Apply some touchups

This commit is contained in:
Justine Tunney 2021-02-07 06:11:44 -08:00
parent 9f149e1de3
commit 2f3bd90216
139 changed files with 1188 additions and 1154 deletions

View file

@ -3,6 +3,9 @@
#include "libc/stdio/stdio.h"
#include "libc/str/str.h"
STATIC_YOINK("__mmap"); /* asan needs it */
STATIC_YOINK("TrackMemoryInterval"); /* asan needs it */
#define ASSERT(x, y) Assert2(x, y, #y, __FILE__, __LINE__)
#define ASSERT128(x, y) Assert128(x, y, #y, __FILE__, __LINE__)

View file

@ -90,6 +90,9 @@ o/$(MODE)/third_party/chibicc/test/%2.com.dbg: \
$(APE)
@$(APELINK)
.PRECIOUS: $(THIRD_PARTY_CHIBICC_TEST_OBJS)
.PRECIOUS: $(THIRD_PARTY_CHIBICC_TEST2_OBJS)
.PHONY: o/$(MODE)/third_party/chibicc/test
o/$(MODE)/third_party/chibicc/test: \
$(THIRD_PARTY_CHIBICC_TEST_BINS) \