Broken, incomplete, but need to move forward with rewrite.
This commit is contained in:
37
src/xenia/cpu/llvmbe/llvm_library_linker.h
Normal file
37
src/xenia/cpu/llvmbe/llvm_library_linker.h
Normal file
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
******************************************************************************
|
||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef XENIA_CPU_LLVMBE_LLVM_LIBRARY_LINKER_H_
|
||||
#define XENIA_CPU_LLVMBE_LLVM_LIBRARY_LINKER_H_
|
||||
|
||||
#include <xenia/common.h>
|
||||
#include <xenia/core.h>
|
||||
|
||||
#include <xenia/cpu/library_linker.h>
|
||||
|
||||
|
||||
namespace xe {
|
||||
namespace cpu {
|
||||
namespace llvmbe {
|
||||
|
||||
|
||||
class LLVMLibraryLinker : public LibraryLinker {
|
||||
public:
|
||||
LLVMLibraryLinker(xe_memory_ref memory,
|
||||
kernel::ExportResolver* export_resolver);
|
||||
virtual ~LLVMLibraryLinker();
|
||||
};
|
||||
|
||||
|
||||
} // namespace llvmbe
|
||||
} // namespace cpu
|
||||
} // namespace xe
|
||||
|
||||
|
||||
#endif // XENIA_CPU_LLVMBE_LLVM_LIBRARY_LINKER_H_
|
||||
Reference in New Issue
Block a user