blob: 5dfea3605c96b11c50b452ba230576c4937cf202 [file] [log] [blame]
//===- SystemUtils.cpp ----------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <mcld/Support/SystemUtils.h>
using namespace mcld::sys;
//===----------------------------------------------------------------------===//
// Non-member functions
#if defined(MCLD_ON_UNIX)
#include "Unix/System.inc"
#endif
#if defined(MCLD_ON_WIN32)
#include "Windows/System.inc"
#endif