[llvm-commits] [test-suite] r48473 - /test-suite/trunk/LLVMSource/Makefile
Dan Gohman
gohman at apple.com
Mon Mar 17 16:06:43 PDT 2008
Author: djg
Date: Mon Mar 17 18:06:43 2008
New Revision: 48473
URL: http://llvm.org/viewvc/llvm-project?rev=48473&view=rev
Log:
Fix LLVMSource Makefile's LEVEL.
Modified:
test-suite/trunk/LLVMSource/Makefile
Modified: test-suite/trunk/LLVMSource/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/LLVMSource/Makefile?rev=48473&r1=48472&r2=48473&view=diff
==============================================================================
--- test-suite/trunk/LLVMSource/Makefile (original)
+++ test-suite/trunk/LLVMSource/Makefile Mon Mar 17 18:06:43 2008
@@ -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
More information about the llvm-commits
mailing list