Delete old commented out Clang tests

See #343
This commit is contained in:
Justine Tunney 2022-04-06 13:02:15 -07:00
parent 837ff6cb49
commit 722d3df711
3 changed files with 0 additions and 76 deletions

View file

@ -1,27 +0,0 @@
#!/bin/sh
#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
# TODO: someone who uses clang please mantain this
# if CLANG=$(command -v clang); then
# mkdir -p o/$MODE/test/libc/release
# $CLANG \
# -o o/$MODE/test/libc/release/smokeclang2.com.dbg \
# -Os \
# -Wall \
# -Werror \
# -static \
# -fno-pie \
# -nostdlib \
# -nostdinc \
# -fuse-ld=lld \
# -mno-red-zone \
# -Wl,-T,o/$MODE/ape/ape.lds \
# -include o/cosmopolitan.h \
# test/libc/release/smoke.c \
# o/$MODE/libc/crt/crt.o \
# o/$MODE/ape/ape.o \
# o/$MODE/cosmopolitan.a || exit
# o/$MODE/test/libc/release/smokeclang2.com.dbg || exit
# fi

View file

@ -1,27 +0,0 @@
#!/bin/sh
#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐
#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘
# TODO: someone who uses clang please mantain this
# if CLANG=$(command -v clang); then
# mkdir -p o/$MODE/test/libc/release
# $CLANG \
# -o o/$MODE/test/libc/release/smokeclang.com.dbg \
# -Os \
# -Wall \
# -Werror \
# -static \
# -fno-pie \
# -nostdlib \
# -nostdinc \
# -fuse-ld=lld \
# -mno-red-zone \
# -Wl,-T,o/$MODE/ape/ape.lds \
# -include o/cosmopolitan.h \
# test/libc/release/smoke.c \
# o/$MODE/libc/crt/crt.o \
# o/$MODE/ape/ape.o \
# o/$MODE/cosmopolitan.a || exit
# o/$MODE/test/libc/release/smokeclang.com.dbg || exit
# fi

View file

@ -116,26 +116,6 @@ o/$(MODE)/test/libc/release/smokeansi.com.dbg: \
o/$(MODE)/ape/ape.o \
o/$(MODE)/cosmopolitan.a
o/$(MODE)/test/libc/release/clang.ok: \
test/libc/release/clang.sh \
test/libc/release/smoke.c \
o/cosmopolitan.h \
o/$(MODE)/ape/ape.lds \
o/$(MODE)/libc/crt/crt.o \
o/$(MODE)/ape/ape.o \
o/$(MODE)/cosmopolitan.a
@$(COMPILE) -ASHTEST -tT$@ $<
o/$(MODE)/test/libc/release/lld.ok: \
test/libc/release/lld.sh \
test/libc/release/smoke.c \
o/cosmopolitan.h \
o/$(MODE)/ape/ape.lds \
o/$(MODE)/libc/crt/crt.o \
o/$(MODE)/ape/ape.o \
o/$(MODE)/cosmopolitan.a
@$(COMPILE) -ASHTEST -tT$@ $<
o/$(MODE)/test/libc/release/metal.ok: \
test/libc/release/metal.sh \
o/$(MODE)/examples/hello.com \
@ -158,7 +138,5 @@ o/$(MODE)/test/libc/release: \
o/$(MODE)/test/libc/release/smokecxx.com.runs \
o/$(MODE)/test/libc/release/smokeansi.com \
o/$(MODE)/test/libc/release/smokeansi.com.runs \
o/$(MODE)/test/libc/release/clang.ok \
o/$(MODE)/test/libc/release/lld.ok \
o/$(MODE)/test/libc/release/emulate.ok \
o/$(MODE)/test/libc/release/metal.ok