projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6238cb1
)
Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.
author
Yaron Keren
<yaron.keren@gmail.com>
Tue, 21 Apr 2015 19:25:11 +0000
(19:25 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Tue, 21 Apr 2015 19:25:11 +0000
(19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235408
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Windows/Signals.inc
patch
|
blob
|
history
diff --git
a/lib/Support/Windows/Signals.inc
b/lib/Support/Windows/Signals.inc
index f070111a0e7ee5e06f957885dd87c393f1f59fbe..ea6a4cbf5724e943517fb007f341ba3a40f8a125 100644
(file)
--- a/
lib/Support/Windows/Signals.inc
+++ b/
lib/Support/Windows/Signals.inc
@@
-359,7
+359,6
@@
void sys::DontRemoveFileOnSignal(StringRef Filename) {
RegisterHandler();
- FilesToRemove->push_back(Filename);
std::vector<std::string>::reverse_iterator I =
std::find(FilesToRemove->rbegin(), FilesToRemove->rend(), Filename);
if (I != FilesToRemove->rend())