[all-commits] [llvm/llvm-project] 2aa575: Revert D120327 "compiler-rt: Add udivmodei5 to bui...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Apr 8 12:39:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aa575fd7f4b6432ab07e74bf1944ff167de3434
      https://github.com/llvm/llvm-project/commit/2aa575fd7f4b6432ab07e74bf1944ff167de3434
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/CMakeLists.txt
    R compiler-rt/lib/bitint/CMakeLists.txt
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/int_lib.h
    R compiler-rt/lib/builtins/udivmodei5.c
    M compiler-rt/test/CMakeLists.txt
    R compiler-rt/test/bitint/CMakeLists.txt
    R compiler-rt/test/bitint/Unit/bitint_test.c
    R compiler-rt/test/bitint/Unit/lit.cfg.py
    R compiler-rt/test/bitint/Unit/lit.site.cfg.py.in
    R compiler-rt/test/builtins/Unit/divmodei5_test.c
    R compiler-rt/test/builtins/Unit/udivmodei5_test.c

  Log Message:
  -----------
  Revert D120327 "compiler-rt: Add udivmodei5 to builtins and add bitint library"

It has several problems like not-compilable weak attribute with MSVC
(and the usage needs further scrutiny), and " different types for formal and actual parameter"
https://lab.llvm.org/buildbot/#/builders/127/builds/27760/steps/7/logs/stdio

This reverts commit 8843245ddd2daf8d6cecc94667c2af83a82284fa, 492c5c05e111b81e2e7f1faa69756082fb826085, bf2dc4b37623e1b4f7d39570e1b5a6f3ef5db107.




More information about the All-commits mailing list