[all-commits] [llvm/llvm-project] b93790: [libc][NFC] Move the template implementation of in...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Mar 11 20:22:07 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b937908c371898555f676a64890ba07ee310afae
      https://github.com/llvm/llvm-project/commit/b937908c371898555f676a64890ba07ee310afae
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    A libc/src/__support/integer_operations.h
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/stdlib/abs.cpp
    R libc/src/stdlib/abs_utils.h
    M libc/src/stdlib/labs.cpp
    M libc/src/stdlib/llabs.cpp
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memmove.cpp

  Log Message:
  -----------
  [libc][NFC] Move the template implementation of integer_abs to __support.

This eliminates cross-header dependency from stdlib to string.




More information about the All-commits mailing list