Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please include a llvm-readobj testcase.
include/llvm/Support/ELF.h | ||
---|---|---|
752 | Please just include the final value. | |
838 | Please just include the final value. | |
995 | Please just include the final value. | |
tools/llvm-readobj/ELFDumper.cpp | ||
967 | 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.
Please just include the final value.