diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-09 23:29:00 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-09 23:29:00 +0000 |
| commit | c892a0db9faab4c36f2276f4675661875b2c84b9 (patch) | |
| tree | a6c30a9befae0918f0a62d7a354cd339a711c91e /llvm/lib/System/DynamicLibrary.cpp | |
| parent | fde3a212e2f7f983e676d374e9a7bd445071e5d8 (diff) | |
| download | bcm5719-llvm-c892a0db9faab4c36f2276f4675661875b2c84b9.tar.gz bcm5719-llvm-c892a0db9faab4c36f2276f4675661875b2c84b9.zip | |
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
gdb debugger doesn't get confused on which file it is reading (the one in
lib/System or the one in lib/System/{Win32,Unix})
llvm-svn: 19426
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
| -rw-r--r-- | llvm/lib/System/DynamicLibrary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/DynamicLibrary.cpp b/llvm/lib/System/DynamicLibrary.cpp index e458d84927e..231cdac19c6 100644 --- a/llvm/lib/System/DynamicLibrary.cpp +++ b/llvm/lib/System/DynamicLibrary.cpp @@ -22,7 +22,7 @@ #ifdef LLVM_ON_WIN32 -#include "Win32/DynamicLibrary.cpp" +#include "Win32/DynamicLibrary.inc" #else |

