blob: d543566f9f082da3c1482d72f56600d7a9ffb5ea [file] [log] [blame]
//===- Environment.h ------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_ENVIRONMENT_H
#define MCLD_ENVIRONMENT_H
#ifdef ENABLE_UNITTEST
#include <gtest.h>
#endif
namespace mcld {
void Initialize();
void Finalize();
} // namespace of mcld
#endif