mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Fix busted comment. This conditional include block used to be in SectionMemoryManager, but is now in RTDyldMemoryManager.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
||||
#ifdef __linux__
|
||||
// These includes used by SectionMemoryManager::getPointerToNamedFunction()
|
||||
// These includes used by RTDyldMemoryManager::getPointerToNamedFunction()
|
||||
// for Glibc trickery. See comments in this function for more information.
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user