Change-Id: Ic9133164a7c0746bfb6c79c4cb484eb132882c5b
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23392 Build 23391: arc lint + arc unit
Event Timeline
Comment Actions
I don't mind the separation, but, I don't see what makes this target specific still. I really think that we should have this be out-side of the target specific content, but having this in LLVM instead of the readobj tool makes sense. At the very least, I think that we need to fix the big endian case.
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp | ||
---|---|---|
951 | You should be able to use ulittle_* to decode this even on a big endian host. I don't see why the content being in little endian should prevent the host tools from running on big endian. |
You should be able to use ulittle_* to decode this even on a big endian host. I don't see why the content being in little endian should prevent the host tools from running on big endian.