aboutsummaryrefslogtreecommitdiff
path: root/rc2/Makefile
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-06-11 04:00:01 +0000
committerTom Stellard <tstellar@redhat.com>2019-06-11 04:00:01 +0000
commitb379df3824bee46e74299af565afa832fdd97ccb (patch)
treef8dcceb686e3b7d9a592c30325d0f6dbb28b012d /rc2/Makefile
parent019b9156ff2aff19519c0f3abbf506b78efa4296 (diff)
Creating release candidate rc2 from release_801 branch
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/tags/RELEASE_801@363031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'rc2/Makefile')
-rw-r--r--rc2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/rc2/Makefile b/rc2/Makefile
new file mode 100644
index 00000000..4ebe3747
--- /dev/null
+++ b/rc2/Makefile
@@ -0,0 +1,22 @@
+##===- projects/llvm-test/Makefile -------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This recursively traverses the programs, building them as necessary. This
+# makefile also implements 'make report TEST=<x>'.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = .
+PARALLEL_DIRS = SingleSource MultiSource External
+
+include $(LEVEL)/Makefile.programs
+
+build-for-llvm-top:
+ ./configure --with-llvmsrc=$(LLVM_TOP)/llvm --with-llvmobj=$(LLVM_TOP)/llvm --srcdir=$(LLVM_TOP)/test-suite --with-llvmgccdir=$(LLVM_TOP)/install --with-externals=$(LLVM_TOP)/externals
+ $(MAKE)