You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,22 +0,0 @@
|
||||
add_llvm_library(LLVMInstCombine
|
||||
InstructionCombining.cpp
|
||||
InstCombineAddSub.cpp
|
||||
InstCombineAndOrXor.cpp
|
||||
InstCombineCalls.cpp
|
||||
InstCombineCasts.cpp
|
||||
InstCombineCompares.cpp
|
||||
InstCombineLoadStoreAlloca.cpp
|
||||
InstCombineMulDivRem.cpp
|
||||
InstCombinePHI.cpp
|
||||
InstCombineSelect.cpp
|
||||
InstCombineShifts.cpp
|
||||
InstCombineSimplifyDemanded.cpp
|
||||
InstCombineVectorOps.cpp
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/InstCombine
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
2f2f0696366c4d901fbc1d6d99cb28bd89376c7c
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
3bc7fae77cb1d29fcd32b36828c28e7c647852e8
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
35ed592ac07d8e8a22a6b66073705c0d84ce501e
|
@ -1,22 +0,0 @@
|
||||
;===- ./lib/Transforms/InstCombine/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 = InstCombine
|
||||
parent = Transforms
|
||||
required_libraries = Analysis Core Support TransformUtils
|
Reference in New Issue
Block a user