aboutsummaryrefslogtreecommitdiff
path: root/LLVMSource
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-17 23:06:43 +0000
committerDan Gohman <gohman@apple.com>2008-03-17 23:06:43 +0000
commit05996068d0aa4df1739e4d5f32038775bb597b47 (patch)
tree041bb7de4e34dca5af7555a1d30fc81ad3bdb07a /LLVMSource
parenteab48e18f6d1ce26b9a4a3b50d5d186210c98967 (diff)
Fix LLVMSource Makefile's LEVEL.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@48473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LLVMSource')
-rw-r--r--LLVMSource/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LLVMSource/Makefile b/LLVMSource/Makefile
index 28ea276d..9c3f6f4a 100644
--- a/LLVMSource/Makefile
+++ b/LLVMSource/Makefile
@@ -3,7 +3,7 @@
# This directory contains regression tests for LLVM backends written in LLVM
# assembly language.
#
-LEVEL = ../../..
+LEVEL = ..
DISABLE_FOR_LLVM_PROGRAMS := 1
PROGRAM_REQUIRED_TO_EXIT_OK := 1
REQUIRES_EH_SUPPORT := 1