Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please include a llvm-readobj testcase.
include/llvm/Support/ELF.h | ||
---|---|---|
752 ↗ | (On Diff #30476) | Please just include the final value. |
838 ↗ | (On Diff #30476) | Please just include the final value. |
995 ↗ | (On Diff #30476) | Please just include the final value. |
tools/llvm-readobj/ELFDumper.cpp | ||
967 ↗ | (On Diff #30476) | Can't you add ad static const EnumEntry<unsigned> AMDGPUSymbolTypes[] = { |
Comment Actions
Here is an updated patch. I've added a test case, cleaned up the symbol
type handling in llvm-readobj and fixed the enum values.