Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
43cb9f19de
|
|||
|
f707214d24
|
|||
|
4c1cf7d02c
|
2
build.sh
2
build.sh
@@ -31,7 +31,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
|
|||||||
|
|
||||||
# LLVM Settings
|
# LLVM Settings
|
||||||
LLVMDIR="${SRCDIR}/llvm"
|
LLVMDIR="${SRCDIR}/llvm"
|
||||||
LLVMTAG="llvmorg-22.1.2"
|
LLVMTAG="llvmorg-22.1.6"
|
||||||
LLVMVCS="https://github.com/llvm/llvm-project.git"
|
LLVMVCS="https://github.com/llvm/llvm-project.git"
|
||||||
|
|
||||||
# Mtools Settings
|
# Mtools Settings
|
||||||
|
|||||||
@@ -50,7 +50,8 @@ void ProcessSourceFile(FILE* InFile, FILE* OutFile)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Generate the corresponding C-preprocessor macro definition */
|
/* Generate the corresponding C-preprocessor macro definition */
|
||||||
fprintf(OutFile, "#define %s %s\n", SymbolName, ValuePointer);
|
fprintf(OutFile, "#undef %s\n", SymbolName);
|
||||||
|
fprintf(OutFile, "#define %s %s\n\n", SymbolName, ValuePointer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user