summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Path.cpp
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/Path.cpp
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/Path.cpp')
-rw-r--r--llvm/lib/System/Path.cpp2
1 files changed, 2 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud