mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
unnest from namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f06b859479
commit
b221ecbc62
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user