diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-07-26 16:55:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-07-26 16:55:39 +0000 |
commit | 082e2a782172ae665cf506ba945ea7d20157b50d (patch) | |
tree | 6b3f1eb6c850e912ba55964843e4613ff8d955d5 /llvm/lib/System/DynamicLibrary.cpp | |
parent | 421475cd3ba5abaa5016a4b1071ab26f7722a7a3 (diff) | |
download | bcm5719-llvm-082e2a782172ae665cf506ba945ea7d20157b50d.tar.gz bcm5719-llvm-082e2a782172ae665cf506ba945ea7d20157b50d.zip |
For PR780:
Put the rest of lib/System into LinkAllVMCore.h. This makes all of
lib/System available to programs that #include LinkALlVMCore.h so that
loadable modules linked into those programs can depend on all of lib/System
being available.
llvm-svn: 29288
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
-rw-r--r-- | llvm/lib/System/DynamicLibrary.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/System/DynamicLibrary.cpp b/llvm/lib/System/DynamicLibrary.cpp index 435513d4ff1..859092a52af 100644 --- a/llvm/lib/System/DynamicLibrary.cpp +++ b/llvm/lib/System/DynamicLibrary.cpp @@ -173,3 +173,5 @@ void *DynamicLibrary::GetAddressOfSymbol(const char *symbolName) { } #endif // LLVM_ON_WIN32 + +DEFINING_FILE_FOR(SystemDynamicLibrary) |