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