mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Tweak makefile after moving
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5315599b9c
commit
50d29c9278
@ -1,4 +1,4 @@
|
||||
# test/Regression/CFrontend/Makefile
|
||||
# test/Regression/CFrontend/FrontendCrash/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
|
||||
@ -6,7 +6,7 @@
|
||||
# sure GCC emitted something valid. This is intended to catch crashers and bad
|
||||
# output by GCC.
|
||||
#
|
||||
LEVEL = ../../..
|
||||
LEVEL = ../../../..
|
||||
include $(LEVEL)/test/Makefile.tests
|
||||
|
||||
TESTS := $(wildcard *.c)
|
||||
|
Loading…
Reference in New Issue
Block a user