Skip to content

Commit c0b4a34

Browse files
SC llvm teamSC llvm team
authored andcommitted
Merged origin/amd-debug:e497b02fbf6f into origin/amd-gfx:7030da2354a5
Local branch origin/amd-gfx 7030da2 Merged origin/amd-debug:995bf12071f1 into origin/amd-gfx:216bba59d295 Remote branch origin/amd-debug e497b02 Merge llvm/main into amd-debug
2 parents 7030da2 + e497b02 commit c0b4a34

File tree

11 files changed

+610
-105
lines changed

11 files changed

+610
-105
lines changed

llvm/include/llvm/Config/llvm-config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/* Indicate that this is LLVM compiled from the amd-gfx branch. */
1818
#define LLVM_HAVE_BRANCH_AMD_GFX
19-
#define LLVM_MAIN_REVISION 544606
19+
#define LLVM_MAIN_REVISION 544614
2020

2121
/* Define if LLVM_ENABLE_DUMP is enabled */
2222
#cmakedefine LLVM_ENABLE_DUMP

llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ DecodeStatus SystemZDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
327327
ArrayRef<uint8_t> Bytes,
328328
uint64_t Address,
329329
raw_ostream &CS) const {
330+
CommentStream = &CS;
331+
330332
// Get the first two bytes of the instruction.
331333
Size = 0;
332334
if (Bytes.size() < 2)

0 commit comments

Comments
 (0)