projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c8ee1
)
Don't include ltdl.h any more. Its nested in lib/System now.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 29 Nov 2004 12:12:11 +0000
(12:12 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 29 Nov 2004 12:12:11 +0000
(12:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18347
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Config/dlfcn.h
patch
|
blob
|
history
diff --git
a/include/llvm/Config/dlfcn.h
b/include/llvm/Config/dlfcn.h
index 01fbe16471049a7a53325ae43fca3bc2818deac3..bf51315ce25e0209ba0dc6a3c9c206a7b9587fd4 100644
(file)
--- a/
include/llvm/Config/dlfcn.h
+++ b/
include/llvm/Config/dlfcn.h
@@
-16,10
+16,6
@@
#include "llvm/Config/config.h"
-#ifdef HAVE_LTDL_H
-#include <ltdl.h>
-#endif
-
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif