fixed a compiler error as description in
authorzhijian <zhijian@ca.ibm.com>
Mon, 19 Sep 2022 15:57:45 +0000 (11:57 -0400)
committerzhijian <zhijian@ca.ibm.com>
Mon, 19 Sep 2022 15:57:45 +0000 (11:57 -0400)
commita3aab98ef49990178714be894d8d3e6249e4dc1b
tree47c6eff704b81a367d1a2c7bb611ab3b16175463
parente13b273d63d241bacb73d79671bde3a7b4649b2b
fixed a compiler error as description in
https://lab.llvm.org/buildbot/#/builders/216/builds/9977

XCOFFOtFile.cpp: error C3487: 'unsigned long': all return expressions must deduce to the same type: previously it was 'uintptr_t'
llvm/lib/Object/XCOFFObjectFile.cpp