1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/misc/test_yjit_asm.sh

11 lines
180 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -x
2021-10-21 00:06:30 -04:00
clang -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wshorten-64-to-32 -I ${0%/*/*} ${0%/*}/yjit_asm_tests.c -o asm_test
./asm_test
rm asm_test