mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Add a note about where to put miscompilation tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c9df7c619
commit
caa27e2814
@ -1,12 +1,13 @@
|
||||
# test/Regression/CFrontend/FrontendCrash/Makefile
|
||||
# test/Regression/CFrontend/Makefile
|
||||
#
|
||||
# This directory contains regression tests for the GCC C frontend for LLVM.
|
||||
# These tests are C source files that are input to GCC and compiled to .ll
|
||||
# files. After that, the files are assembled by the LLVM 'as' program to make
|
||||
# sure GCC emitted something valid. This is intended to catch crashers and bad
|
||||
# output by GCC.
|
||||
# output by GCC. Miscompilations by GCC should be caught by the
|
||||
# test/Programs/SingleSource/UnitTests test suite
|
||||
#
|
||||
LEVEL = ../../../..
|
||||
LEVEL = ../../..
|
||||
include $(LEVEL)/test/Makefile.tests
|
||||
|
||||
TESTS := $(wildcard *.c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user