blob: b80f5eb87334bb9ed106c2003d28c26bd74d3a4a [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/Config/Config.h"
#include "mcld/Support/SystemUtils.h"
//===----------------------------------------------------------------------===//
// Non-member functions
#if defined(MCLD_ON_UNIX)
#include "Unix/System.inc"
#endif
#if defined(MCLD_ON_WIN32)
#include "Windows/System.inc"
#endif