Changes in directory llvm/lib/System/Unix:
Signals.inc updated: 1.13 -> 1.14
---
Log message:
Remove extraneous #include.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.c
Changes in directory llvm/lib/System/Unix:
Signals.inc updated: 1.12 -> 1.13
---
Log message:
Make the removal of files use Path::eraseFromDisk just like it does for
the removal of directories. Using std::remove is indiscriminate and can
lead to the removal of things like /dev/null if run as ro
Changes in directory llvm/lib/System/Unix:
Signals.inc updated: 1.11 -> 1.12
---
Log message:
Use getFileStatus instead of Path::isDirectory().
---
Diffs of the changes: (+6 -7)
Signals.inc | 13 ++---
1 files changed, 6 insertions(+), 7 deletions(-)
Index: llvm/lib/System/Unix
Changes in directory llvm/lib/System/Unix:
Signals.inc updated: 1.10 -> 1.11
---
Log message:
Only print the stack trace if it was requested. Previously, any call into
the Signals module that registered the handlers would cause the stack trace
to be generated. Now, you must explicitly call Prin