summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader
diff options
context:
space:
mode:
authorVirgile Bello <virgile.bello@gmail.com>2014-03-12 16:04:29 +0000
committerVirgile Bello <virgile.bello@gmail.com>2014-03-12 16:04:29 +0000
commit3e699d419eebdd287e34c22d8abffa237fc1bf33 (patch)
tree4284d7dfd8be65aa211055981da9042e3d73eebb /lldb/source/Plugins/JITLoader
parentd6432c8aedf9d593b4f38e9bbf01e9f663513929 (diff)
downloadbcm5719-llvm-3e699d419eebdd287e34c22d8abffa237fc1bf33.tar.gz
bcm5719-llvm-3e699d419eebdd287e34c22d8abffa237fc1bf33.zip
Moved various RegisterContext files from Process/POSIX to Process/Utility for easier sharing.
Fix Windows build by adding JITLoaderGDB and ProcessElfCore. RegisterContext: fixes for Windows build: sizeof(GPR::register) didn't work, switched to sizeof(((GPR*)NULL)->register). llvm-svn: 203667
Diffstat (limited to 'lldb/source/Plugins/JITLoader')
-rw-r--r--lldb/source/Plugins/JITLoader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/JITLoader/CMakeLists.txt b/lldb/source/Plugins/JITLoader/CMakeLists.txt
index dc9533e2ba7..7bd733c3b56 100644
--- a/lldb/source/Plugins/JITLoader/CMakeLists.txt
+++ b/lldb/source/Plugins/JITLoader/CMakeLists.txt
@@ -1,3 +1,3 @@
-if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux")
+if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "Windows")
add_subdirectory(GDB)
endif()
OpenPOWER on IntegriCloud