summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/Utils/LLVMBuild.txt
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-05 13:24:47 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-05 13:24:47 +0000
commit19254c49a8752fe8c6fa648a6eb29f20a1f62c8b (patch)
treea5fc35fcd05b26436ea7bc91fcdcd19d6f638d6e /lib/Target/AArch64/Utils/LLVMBuild.txt
parent7304702ef99f98897d15baae0eede55f294bc602 (diff)
downloadllvm-19254c49a8752fe8c6fa648a6eb29f20a1f62c8b.tar.gz
llvm-19254c49a8752fe8c6fa648a6eb29f20a1f62c8b.tar.bz2
llvm-19254c49a8752fe8c6fa648a6eb29f20a1f62c8b.tar.xz
Remove cyclic dependency in AArch64 libraries
This moves the bit twiddling and string fiddling functions required by other parts of the backend into a separate library. Previously they resided in AArch64Desc, which created a circular dependency between various components. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/Utils/LLVMBuild.txt')
-rw-r--r--lib/Target/AArch64/Utils/LLVMBuild.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/Target/AArch64/Utils/LLVMBuild.txt b/lib/Target/AArch64/Utils/LLVMBuild.txt
new file mode 100644
index 0000000000..1be537598a
--- /dev/null
+++ b/lib/Target/AArch64/Utils/LLVMBuild.txt
@@ -0,0 +1,23 @@
+;===- ./lib/Target/AArch646/Utils/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 = AArch64Utils
+parent = AArch64
+required_libraries = Core Support
+add_to_library_groups = AArch64