summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/AsmParser/LLVMBuild.txt
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-01-04 11:30:13 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-01-04 11:30:13 +0000
commit72d2b052545bf4b60731206f25055b3aae46d587 (patch)
treece05b0ff502519867e2a4ac54766eb900917c2bf /lib/Target/Sparc/AsmParser/LLVMBuild.txt
parent6e202a960e5a0cdf96adc83c1ad1d990b5b8aca4 (diff)
downloadllvm-72d2b052545bf4b60731206f25055b3aae46d587.tar.gz
llvm-72d2b052545bf4b60731206f25055b3aae46d587.tar.bz2
llvm-72d2b052545bf4b60731206f25055b3aae46d587.tar.xz
[Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/AsmParser/LLVMBuild.txt')
-rw-r--r--lib/Target/Sparc/AsmParser/LLVMBuild.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/Target/Sparc/AsmParser/LLVMBuild.txt b/lib/Target/Sparc/AsmParser/LLVMBuild.txt
new file mode 100644
index 0000000000..c3ddf5a62b
--- /dev/null
+++ b/lib/Target/Sparc/AsmParser/LLVMBuild.txt
@@ -0,0 +1,23 @@
+;===- ./lib/Target/Sparc/AsmParser/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 = Library
+name = SparcAsmParser
+parent = Sparc
+required_libraries = MC MCParser Support SparcDesc SparcInfo
+add_to_library_groups = Sparc