rebase of the patches

This commit is contained in:
Sylvestre Ledru 2016-05-08 20:59:50 +00:00
parent 163920693e
commit 4a032fe7bf
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py Index: llvm-toolchain-snapshot_3.9~svn268880/utils/lit/lit/Test.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.8~svn256489.orig/utils/lit/lit/Test.py --- llvm-toolchain-snapshot_3.9~svn268880.orig/utils/lit/lit/Test.py
+++ llvm-toolchain-snapshot_3.8~svn256489/utils/lit/lit/Test.py +++ llvm-toolchain-snapshot_3.9~svn268880/utils/lit/lit/Test.py
@@ -30,7 +30,7 @@ PASS = ResultCode('PASS', False) @@ -30,7 +30,7 @@ PASS = ResultCode('PASS', False)
FLAKYPASS = ResultCode('FLAKYPASS', False) FLAKYPASS = ResultCode('FLAKYPASS', False)
XFAIL = ResultCode('XFAIL', False) XFAIL = ResultCode('XFAIL', False)

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.9~svn260089/utils/TableGen/CodeEmitterGen.cpp Index: llvm-toolchain-snapshot_3.9~svn268880/utils/TableGen/CodeEmitterGen.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.9~svn260089.orig/utils/TableGen/CodeEmitterGen.cpp --- llvm-toolchain-snapshot_3.9~svn268880.orig/utils/TableGen/CodeEmitterGen.cpp
+++ llvm-toolchain-snapshot_3.9~svn260089/utils/TableGen/CodeEmitterGen.cpp +++ llvm-toolchain-snapshot_3.9~svn268880/utils/TableGen/CodeEmitterGen.cpp
@@ -230,6 +230,9 @@ void CodeEmitterGen::run(raw_ostream &o) @@ -229,6 +229,9 @@ void CodeEmitterGen::run(raw_ostream &o)
ArrayRef<const CodeGenInstruction*> NumberedInstructions = ArrayRef<const CodeGenInstruction*> NumberedInstructions =
Target.getInstructionsByEnumValue(); Target.getInstructionsByEnumValue();