diff options
Diffstat (limited to 'lldb/source/Target/Platform.cpp')
-rw-r--r-- | lldb/source/Target/Platform.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Target/Platform.cpp b/lldb/source/Target/Platform.cpp index 92e8526189b..c4089625ce0 100644 --- a/lldb/source/Target/Platform.cpp +++ b/lldb/source/Target/Platform.cpp @@ -64,11 +64,11 @@ const char *Platform::GetHostPlatformName() { return "host"; } namespace { #define LLDB_PROPERTIES_platform -#include "Properties.inc" +#include "TargetProperties.inc" enum { #define LLDB_PROPERTIES_platform -#include "PropertiesEnum.inc" +#include "TargetPropertiesEnum.inc" }; } // namespace |