[all-commits] [llvm/llvm-project] fdffdf: fixed a compiler error as description in

diggerlin via All-commits all-commits at lists.llvm.org
Mon Sep 19 09:14:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fdffdf39fcf036f1180473f4ed5a994f163eec1d
      https://github.com/llvm/llvm-project/commit/fdffdf39fcf036f1180473f4ed5a994f163eec1d
  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/174/builds/13432

XCOFFObjectFile.cpp:805:12: error: reinterpret_cast from 'unsigned long' to 'uintptr_t' (aka 'unsigned int') is not allowed
    return reinterpret_cast<uintptr_t>(0ul);




More information about the All-commits mailing list