diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-17 03:09:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-17 03:09:12 +0000 |
commit | bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb (patch) | |
tree | 147731e01005ac234b88b0817bc23e9557771d6a /include/llvm/Config | |
parent | 9e02cf826692aebac88e514f0c202584f654c625 (diff) | |
download | external_llvm-bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb.zip external_llvm-bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb.tar.gz external_llvm-bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb.tar.bz2 |
link.h causes problems on some platforms and is not needed on solaris, where
the comment came from.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/dlfcn.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h index 454ede8..c7ce5b1 100644 --- a/include/llvm/Config/dlfcn.h +++ b/include/llvm/Config/dlfcn.h @@ -16,17 +16,8 @@ #include "Config/config.h" -/* - * According to the man pages on dlopen(), we sometimes need link.h. So, - * go grab it just in case. - */ #ifdef HAVE_DLFCN_H #include <dlfcn.h> - -#ifdef HAVE_LINK_H -#include <link.h> -#endif - #endif #endif |