mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
forgot to svn add these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dffbef0d76
commit
ce6daa4c58
5
lib/Transforms/InstCombine/CMakeLists.txt
Normal file
5
lib/Transforms/InstCombine/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
add_llvm_library(LLVMInstCombine
|
||||
InstructionCombining.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMInstCombine LLVMTransformUtils)
|
15
lib/Transforms/InstCombine/Makefile
Normal file
15
lib/Transforms/InstCombine/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
##===- lib/Transforms/InstCombine/Makefile -----------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# This file is distributed under the University of Illinois Open Source
|
||||
# License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMInstCombine
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user