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:
Filip Pizlo 2013-05-21 20:11:01 +00:00
parent 876af64ac7
commit f904921059

View File

@ -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>