1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

unnest from namespace.

llvm-svn: 101691
This commit is contained in:
Chris Lattner 2010-04-18 03:33:55 +00:00
parent 9d12c8bb70
commit 49c39866b3

View File

@ -13,8 +13,7 @@
#include "llvm/System/Program.h"
#include "llvm/Config/config.h"
namespace llvm {
using namespace llvm;
using namespace sys;
//===----------------------------------------------------------------------===//
@ -48,9 +47,6 @@ Program::ExecuteNoWait(const Path& path,
prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg);
}
}
// Include the platform-specific parts of this class.
#ifdef LLVM_ON_UNIX
#include "Unix/Program.inc"