lean4-htt/tests/compiler/.gitignore
Siddharth Bhat f165414e13 fix: use -O3 for LLVM tests in common.sh
This is the same flag that the C test uses. Previously this was hidden
in the Lean compiler itself but now that the optimization pass is phased
out of the compiler we need to put it here.

Co-authored-by: Henrik Böving <hargonix@gmail.com>
2023-11-02 23:21:47 +01:00

4 lines
51 B
Text

*.lean.out
*.lean.c
*.lean.linked.bc
test_flags.sh