|
Fix PNaCl-local files after merging LLVM 3.4
These are mostly compile fixes:
* Update for interface changes:
* readBytes() (unused arg was removed)
* tool_output_file takes different flags
* Materialize() uses error_code instead of bool + string
* Remove uses of case ranges, which were removed in 3.4
* pnacl-llc: Some TargetOptions fields were removed in 3.4
Also update test expectations. LLVM's 'not' tool now treats crashes
as a failure unless '--crash' is passed.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3757
TEST=PNaCl toolchain trybots
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=fe90708cae889704bba598c5d83eb4d8f38a37c7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+45 lines, -55 lines) |
Patch |
 |
M |
include/llvm/Bitcode/NaCl/NaClBitstreamReader.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
lib/Analysis/NaCl/PNaClABIVerifyFunctions.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/NaCl/Reader/NaClBitcodeHeader.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/NaCl/Reader/NaClBitcodeReader.cpp
|
View
|
|
4 chunks |
+25 lines, -13 lines |
0 comments
|
Download
|
 |
M |
lib/Bitcode/NaCl/Writer/NaClBitcodeWriter.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/Target/X86/MCTargetDesc/X86MCNaCl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/Transforms/NaCl/PromoteIntegers.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/NaCl/PNaClLLC/test-runs-verify.ll
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/pnacl-bccompress/pnacl-bccompress.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/pnacl-freeze/pnacl-freeze.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/pnacl-llc/ThreadedStreamingCache.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
tools/pnacl-llc/ThreadedStreamingCache.cpp
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/pnacl-llc/pnacl-llc.cpp
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/pnacl-thaw/pnacl-thaw.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|