ARM assembly parsing for ASR(immediate).
[oota-llvm.git] / lib / Target / LLVMBuild.txt
index 073a76a0f1a0aa205f27ef6ffb6ac8c5bf5d5cd7..60f5230208fddf9a457342cc73da273b1243c0c3 100644 (file)
@@ -21,20 +21,33 @@ name = Target
 parent = Libraries
 required_libraries = Core MC Support
 
+; This is a special group whose required libraries are extended (by llvm-build)
+; with every built target, which makes it easy for tools to include every
+; target.
 [component_1]
 type = LibraryGroup
 name = all-targets
 parent = Libraries
 
+; This is a special group whose required libraries are extended (by llvm-build)
+; with the configured native target, if any.
 [component_2]
 type = LibraryGroup
-name = native
+name = Native
 parent = Libraries
-required_libraries = X86
 
+; This is a special group whose required libraries are extended (by llvm-build)
+; with the configured native code generator, if any.
 [component_3]
 type = LibraryGroup
-name = nativecodegen
+name = NativeCodeGen
+parent = Libraries
+
+; This is a special group whose required libraries are extended (by llvm-build)
+; with the best execution engine (the native JIT, if available, or the
+; interpreter).
+[component_4]
+type = LibraryGroup
+name = Engine
 parent = Libraries
-required_libraries = X86CodeGen