Skip to content

Commit

Permalink
Adapt no-temp-files patch to llvm/clang trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Dec 4, 2015
1 parent e901679 commit 0ca3830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llvm-no-temp-files.patch
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,4 @@ Index: lib/Support/Unix/Signals.inc

static void RegisterHandler(int Signal) {
+ return;
assert(NumRegisteredSignals <
sizeof(RegisteredSignalInfo)/sizeof(RegisteredSignalInfo[0]) &&
"Out of space for signal handlers!");
assert(NumRegisteredSignals < array_lengthof(RegisteredSignalInfo) &&

0 comments on commit 0ca3830

Please sign in to comment.