summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-07-26 16:55:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-07-26 16:55:39 +0000
commit082e2a782172ae665cf506ba945ea7d20157b50d (patch)
tree6b3f1eb6c850e912ba55964843e4613ff8d955d5 /llvm/lib/System
parent421475cd3ba5abaa5016a4b1071ab26f7722a7a3 (diff)
downloadbcm5719-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')
-rw-r--r--llvm/lib/System/Alarm.cpp1
-rw-r--r--llvm/lib/System/DynamicLibrary.cpp2
-rw-r--r--llvm/lib/System/MappedFile.cpp1
-rw-r--r--llvm/lib/System/Path.cpp2
-rw-r--r--llvm/lib/System/Process.cpp1
-rw-r--r--llvm/lib/System/Program.cpp1
-rw-r--r--llvm/lib/System/Signals.cpp1
-rw-r--r--llvm/lib/System/TimeValue.cpp1
8 files changed, 10 insertions, 0 deletions
diff --git a/llvm/lib/System/Alarm.cpp b/llvm/lib/System/Alarm.cpp
index d782b293e33..e0b7f7223a3 100644
--- a/llvm/lib/System/Alarm.cpp
+++ b/llvm/lib/System/Alarm.cpp
@@ -32,3 +32,4 @@ using namespace sys;
#include "Win32/Alarm.inc"
#endif
+DEFINING_FILE_FOR(SystemAlarm)
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)
diff --git a/llvm/lib/System/MappedFile.cpp b/llvm/lib/System/MappedFile.cpp
index a91a623d77c..41b59461d39 100644
--- a/llvm/lib/System/MappedFile.cpp
+++ b/llvm/lib/System/MappedFile.cpp
@@ -32,3 +32,4 @@ using namespace sys;
#include "Win32/MappedFile.inc"
#endif
+DEFINING_FILE_FOR(SystemMappedFile)
diff --git a/llvm/lib/System/Path.cpp b/llvm/lib/System/Path.cpp
index efadfa9adf2..1246038f84f 100644
--- a/llvm/lib/System/Path.cpp
+++ b/llvm/lib/System/Path.cpp
@@ -107,3 +107,5 @@ std::string Path::GetDLLSuffix() {
#if defined(LLVM_ON_WIN32)
#include "Win32/Path.inc"
#endif
+
+DEFINING_FILE_FOR(SystemPath)
diff --git a/llvm/lib/System/Process.cpp b/llvm/lib/System/Process.cpp
index 644a81e1a99..d69f78ecd17 100644
--- a/llvm/lib/System/Process.cpp
+++ b/llvm/lib/System/Process.cpp
@@ -32,3 +32,4 @@ using namespace sys;
#include "Win32/Process.inc"
#endif
+DEFINING_FILE_FOR(SystemProcess)
diff --git a/llvm/lib/System/Program.cpp b/llvm/lib/System/Program.cpp
index 22c38e2657d..e91a3d54c2e 100644
--- a/llvm/lib/System/Program.cpp
+++ b/llvm/lib/System/Program.cpp
@@ -32,3 +32,4 @@ using namespace sys;
#include "Win32/Program.inc"
#endif
+DEFINING_FILE_FOR(SystemProgram)
diff --git a/llvm/lib/System/Signals.cpp b/llvm/lib/System/Signals.cpp
index 2d0de9b930c..229dd1434bd 100644
--- a/llvm/lib/System/Signals.cpp
+++ b/llvm/lib/System/Signals.cpp
@@ -33,3 +33,4 @@ using namespace sys;
#include "Win32/Signals.inc"
#endif
+DEFINING_FILE_FOR(SystemSignals)
diff --git a/llvm/lib/System/TimeValue.cpp b/llvm/lib/System/TimeValue.cpp
index 227d67701eb..8ecfd22da7b 100644
--- a/llvm/lib/System/TimeValue.cpp
+++ b/llvm/lib/System/TimeValue.cpp
@@ -56,3 +56,4 @@ TimeValue::normalize( void ) {
#include "Win32/TimeValue.inc"
#endif
+DEFINING_FILE_FOR(SystemTimeValue)
OpenPOWER on IntegriCloud