diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-13 09:12:39 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-13 09:17:28 -0800 |
| commit | a1f5001998ad43ee6ce5a933be737ed63317916f (patch) | |
| tree | 3dd95e60114052037131f10b7f7c30d647152761 /src/rustllvm/RustWrapper.cpp | |
| parent | 0d1b9f4614a086e92a81f45b46c73d5e4b6ad94d (diff) | |
| download | rust-a1f5001998ad43ee6ce5a933be737ed63317916f.tar.gz rust-a1f5001998ad43ee6ce5a933be737ed63317916f.zip | |
rustc: Use `create_dir_racy` in save analysis
The OSX bots failed last night due a race condition in save analysis where concurrent calls to `fs::create_dir_all` conflicted with one another. This replaces the relevant function call with `fs::create_dir_racy` which is defined internally to the compiler.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
