[PATCH] D78076: [mlir] Support big endian in DenseElementsAttr
Haruki Imai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 18:24:46 PDT 2020
imaihal added a comment.
Pre-merge check fails, but I'm not sure why this happens. Could you tell me how to resolve this? (I'm new about Phabricator and archanist. Excuse me if this is basic question)
I see following error in build log.
Getting dependencies of 260660
Base revision is 9b16ece6ca288d976f61bf81c3986ffcaffe0f72
git reset, git cleanup...
Analyzing D78076
Applying diff 260660 for revision D78076...
Traceback (most recent call last):
File "/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm-premerge-checks/scripts/phabtalk/apply_patch2.py", line 311, in <module>
patcher.run()
File "/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm-premerge-checks/scripts/phabtalk/apply_patch2.py", line 108, in run
self._apply_diff(self.diff_id, revision_id)
File "/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm-premerge-checks/scripts/phabtalk/apply_patch2.py", line 224, in _apply_diff
raise Exception('Applying patch failed:\n{}'.format(proc.stdout + proc.stderr))
Exception: Applying patch failed:
error: patch failed: mlir/lib/IR/Attributes.cpp:524
error: mlir/lib/IR/Attributes.cpp: patch does not apply
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78076/new/
https://reviews.llvm.org/D78076
More information about the llvm-commits
mailing list