mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
affc6cf9d2
handle defining the "magic" target related components (like native, nativecodegen, and engine). - We still require these components to be in the project (currently in lib/Target) so that we have a place to document them and hopefully make it more obvious that they are "magic". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144253 91177308-0d34-0410-b5e6-96231b3b80d8
30 lines
872 B
Plaintext
30 lines
872 B
Plaintext
;===- ./lib/Target/CBackend/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 = TargetGroup
|
|
name = CBackend
|
|
parent = Target
|
|
|
|
[component_1]
|
|
type = Library
|
|
name = CBackendCodeGen
|
|
parent = CBackend
|
|
required_libraries = Analysis CBackendInfo CodeGen Core MC Scalar Support Target TransformUtils
|
|
add_to_library_groups = CBackend
|
|
|