mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -32,7 +32,8 @@ typedef struct LLVMOpaqueTargetData *LLVMTargetDataRef;
|
|||||||
typedef struct LLVMStructLayout *LLVMStructLayoutRef;
|
typedef struct LLVMStructLayout *LLVMStructLayoutRef;
|
||||||
|
|
||||||
/* Declare all of the target-initialization functions that are available. */
|
/* Declare all of the target-initialization functions that are available. */
|
||||||
#define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo(void);
|
#define LLVM_TARGET(TargetName) \
|
||||||
|
void LLVMInitialize##TargetName##TargetInfo(void);
|
||||||
#include "llvm/Config/Targets.def"
|
#include "llvm/Config/Targets.def"
|
||||||
#undef LLVM_TARGET /* Explicit undef to make SWIG happier */
|
#undef LLVM_TARGET /* Explicit undef to make SWIG happier */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user