Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/MSP430/MCTargetDesc/
-
trunk/
-
lib/
-
Target/
-
MSP430/
-
MCTargetDesc/
-
MSP430MCCodeEmitter.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D54251
[MSP430] Fix encodeInstruction() for big endian hosts
Closed
Public
Authored by
mskvortsov
on Nov 8 2018, 2:16 AM.
Download Raw Diff
Details
Reviewers
asl
Commits
rG5eb3d339d3a4: [MSP430] Fix encodeInstruction() for big endian hosts
rL346391: [MSP430] Fix encodeInstruction() for big endian hosts
Diff Detail
Repository
rL LLVM
Event Timeline
mskvortsov
created this revision.
Nov 8 2018, 2:16 AM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
Nov 8 2018, 2:16 AM
Harbormaster
completed remote builds in
B24724: Diff 173131
.
Nov 8 2018, 2:17 AM
This revision was not accepted when it landed; it landed in state
Needs Review
.
Nov 8 2018, 2:20 AM
Closed by commit
rL346391: [MSP430] Fix encodeInstruction() for big endian hosts
(authored by
asl
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
asl
added a comment.
Nov 8 2018, 2:20 AM
Comment Actions
Thanks. Committed as r346391