diff options
author | Greg Clayton <gclayton@apple.com> | 2014-03-06 23:29:58 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2014-03-06 23:29:58 +0000 |
commit | 0e4b605e475690f8899c8a8a45e25b24138d2b82 (patch) | |
tree | 02cb4bfba5ef50f2fb0ca6ab6016c752dcccfff2 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 747c5934747e2f27e5fa7b6428364af21c2e8c21 (diff) | |
download | bcm5719-llvm-0e4b605e475690f8899c8a8a45e25b24138d2b82.tar.gz bcm5719-llvm-0e4b605e475690f8899c8a8a45e25b24138d2b82.zip |
Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by:
Author: ace2001ac
Date: Thu Mar 6 05:30:34 2014
New Revision: 203107
URL: http://llvm.org/viewvc/llvm-project?rev=203107&view=rev
Log:
Fix Windows build break introduced in r203035.
Add '#if defined(__linux__) || defined(__FreeBSD__)' around JITLoaderGDB
and ProcessElfCore, which are only built on Linux and FreeBSD.
Modified:
lldb/trunk/source/lldb.cpp
Windows will need to start building all files necessary so that JITLoaderGDB and ProcessElfCore can build since they should work on all platforms.
llvm-svn: 203178
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions