summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-07-29 17:22:10 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-07-29 17:22:10 +0000
commit6a253d378bc05c30b3d9f32fdaf973714de3e99c (patch)
tree9e3722cff34605421a0d83ed28171802e24ce78f /lldb/source/Target/Platform.cpp
parent962c03fac4fca625fd6c7415ace098ff92e0fbc8 (diff)
downloadbcm5719-llvm-6a253d378bc05c30b3d9f32fdaf973714de3e99c.tar.gz
bcm5719-llvm-6a253d378bc05c30b3d9f32fdaf973714de3e99c.zip
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Summary: This is a bit more explicit, and makes it possible to build LLDB without varying the -I lines per-directory. (The latter is useful because many build systems only allow this to be configured per-library, and LLDB is insufficiently layered to be split into multiple libraries on stricter build systems). (My comment on D65185 has some more context) Reviewers: JDevlieghere, labath, chandlerc, jdoerfert Reviewed By: labath Subscribers: mgorny, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D65397 Patch by Sam McCall! llvm-svn: 367241
Diffstat (limited to 'lldb/source/Target/Platform.cpp')
-rw-r--r--lldb/source/Target/Platform.cpp4
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
OpenPOWER on IntegriCloud