mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
For PR351:
* sys::PreventCoreFiles -> sys::Process::PreventCoreFiles llvm-svn: 19162
This commit is contained in:
parent
1c90f8199e
commit
db6309fd55
@ -16,9 +16,9 @@
|
||||
#include "BugDriver.h"
|
||||
#include "llvm/Support/PassNameParser.h"
|
||||
#include "llvm/Support/ToolRunner.h"
|
||||
#include "llvm/System/SysConfig.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/PluginLoader.h"
|
||||
#include "llvm/System/Process.h"
|
||||
#include "llvm/System/Signals.h"
|
||||
using namespace llvm;
|
||||
|
||||
@ -45,7 +45,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
// Bugpoint has the ability of generating a plethora of core files, so to
|
||||
// avoid filling up the disk, we prevent it
|
||||
sys::PreventCoreFiles();
|
||||
sys::Process::PreventCoreFiles();
|
||||
|
||||
try {
|
||||
return D.run();
|
||||
|
Loading…
Reference in New Issue
Block a user