mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Silence unused function warning in Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -41,6 +41,7 @@ void RuntimeDyldImpl::registerEHFrames() {}
|
|||||||
|
|
||||||
void RuntimeDyldImpl::deregisterEHFrames() {}
|
void RuntimeDyldImpl::deregisterEHFrames() {}
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
static void dumpSectionMemory(const SectionEntry &S, StringRef State) {
|
static void dumpSectionMemory(const SectionEntry &S, StringRef State) {
|
||||||
dbgs() << "----- Contents of section " << S.Name << " " << State << " -----";
|
dbgs() << "----- Contents of section " << S.Name << " " << State << " -----";
|
||||||
|
|
||||||
@@ -71,6 +72,7 @@ static void dumpSectionMemory(const SectionEntry &S, StringRef State) {
|
|||||||
|
|
||||||
dbgs() << "\n";
|
dbgs() << "\n";
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// Resolve the relocations for all symbols we currently know about.
|
// Resolve the relocations for all symbols we currently know about.
|
||||||
void RuntimeDyldImpl::resolveRelocations() {
|
void RuntimeDyldImpl::resolveRelocations() {
|
||||||
|
Reference in New Issue
Block a user