You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
10
external/llvm/lib/Linker/CMakeLists.txt
vendored
10
external/llvm/lib/Linker/CMakeLists.txt
vendored
@ -1,10 +0,0 @@
|
||||
add_llvm_library(LLVMLinker
|
||||
IRMover.cpp
|
||||
LinkModules.cpp
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
1464
external/llvm/lib/Linker/IRMover.cpp
vendored
1464
external/llvm/lib/Linker/IRMover.cpp
vendored
File diff suppressed because it is too large
Load Diff
22
external/llvm/lib/Linker/LLVMBuild.txt
vendored
22
external/llvm/lib/Linker/LLVMBuild.txt
vendored
@ -1,22 +0,0 @@
|
||||
;===- ./lib/Linker/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 = Linker
|
||||
parent = Libraries
|
||||
required_libraries = Core Support TransformUtils
|
25
external/llvm/lib/Linker/LinkDiagnosticInfo.h
vendored
25
external/llvm/lib/Linker/LinkDiagnosticInfo.h
vendored
@ -1,25 +0,0 @@
|
||||
//===- LinkDiagnosticInfo.h -------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_LIB_LINKER_LINK_DIAGNOSTIC_INFO_H
|
||||
#define LLVM_LIB_LINKER_LINK_DIAGNOSTIC_INFO_H
|
||||
|
||||
#include "llvm/IR/DiagnosticInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
class LinkDiagnosticInfo : public DiagnosticInfo {
|
||||
const Twine &Msg;
|
||||
|
||||
public:
|
||||
LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
|
||||
void print(DiagnosticPrinter &DP) const override;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
606
external/llvm/lib/Linker/LinkModules.cpp
vendored
606
external/llvm/lib/Linker/LinkModules.cpp
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user