[all-commits] [llvm/llvm-project] a3aab9: fixed a compiler error as description in
diggerlin via All-commits
all-commits at lists.llvm.org
Mon Sep 19 08:58:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3aab98ef49990178714be894d8d3e6249e4dc1b
https://github.com/llvm/llvm-project/commit/a3aab98ef49990178714be894d8d3e6249e4dc1b
Author: zhijian <zhijian at ca.ibm.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/lib/Object/XCOFFObjectFile.cpp
Log Message:
-----------
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'
More information about the All-commits
mailing list