summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/HostInfoBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/HostInfoBase.h')
-rw-r--r--lldb/include/lldb/Host/HostInfoBase.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/include/lldb/Host/HostInfoBase.h b/lldb/include/lldb/Host/HostInfoBase.h
index 72cd7c773c3..6f6688941ac 100644
--- a/lldb/include/lldb/Host/HostInfoBase.h
+++ b/lldb/include/lldb/Host/HostInfoBase.h
@@ -33,21 +33,17 @@ public:
static void Initialize();
static void Terminate();
- //------------------------------------------------------------------
/// Gets the host target triple as a const string.
///
/// \return
/// A const string object containing the host target triple.
- //------------------------------------------------------------------
static llvm::StringRef GetTargetTriple();
- //------------------------------------------------------------------
/// Gets the host architecture.
///
/// \return
/// A const architecture object that represents the host
/// architecture.
- //------------------------------------------------------------------
enum ArchitectureKind {
eArchKindDefault, // The overall default architecture that applications will
// run on this host
@@ -92,11 +88,9 @@ public:
/// FileSpec is filled in.
static FileSpec GetGlobalTempDir();
- //---------------------------------------------------------------------------
/// If the triple does not specify the vendor, os, and environment parts, we
/// "augment" these using information from the host and return the resulting
/// ArchSpec object.
- //---------------------------------------------------------------------------
static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
static bool ComputePathRelativeToLibrary(FileSpec &file_spec,
OpenPOWER on IntegriCloud