mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	add missing dependency on Target lib for tools
This was exposed by r238842 (which was reverted by r238900) when doing a CMake build with -DBUILD_SHARED_LIBS=ON. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS | ||||
|   MC | ||||
|   Object | ||||
|   Support | ||||
|   Target | ||||
|   ) | ||||
|  | ||||
| add_llvm_tool(llvm-dsymutil | ||||
|   | ||||
| @@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS | ||||
|   ScalarOpts | ||||
|   SelectionDAG | ||||
|   Support | ||||
|   Target | ||||
|   ) | ||||
|  | ||||
| # Support plugins. | ||||
|   | ||||
| @@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS | ||||
|   RuntimeDyld | ||||
|   SelectionDAG | ||||
|   Support | ||||
|   Target | ||||
|   TransformUtils | ||||
|   native | ||||
|   ) | ||||
|   | ||||
| @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS | ||||
|   LTO | ||||
|   MC | ||||
|   Support | ||||
|   Target | ||||
|   ) | ||||
|  | ||||
| add_llvm_tool(llvm-lto | ||||
|   | ||||
| @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS | ||||
|   MC | ||||
|   MCDisassembler | ||||
|   Support | ||||
|   Target | ||||
|   ) | ||||
|  | ||||
| set(SOURCES | ||||
|   | ||||
		Reference in New Issue
	
	Block a user