From 62faf2f9d06392f6a619a0f95900bb7246f93573 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 2 Oct 2013 22:27:23 +0000 Subject: Fixing lli-child-target build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191861 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/ChildTarget/LLVMBuild.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tools/lli/ChildTarget/LLVMBuild.txt (limited to 'tools/lli/ChildTarget/LLVMBuild.txt') diff --git a/tools/lli/ChildTarget/LLVMBuild.txt b/tools/lli/ChildTarget/LLVMBuild.txt new file mode 100644 index 0000000000..daf6df1132 --- /dev/null +++ b/tools/lli/ChildTarget/LLVMBuild.txt @@ -0,0 +1,21 @@ +;===- ./tools/lli/ChildTarget/LLVMBuild.txt --------------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Tool +name = lli-child-target +parent = lli -- cgit v1.2.3