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/Program.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/Program.cpp')
-rw-r--r-- | llvm/lib/System/Program.cpp | 1 |
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) |