[all-commits] [llvm/llvm-project] 70ae48: [libc][NFC] Remove all Linux specific code to resp...

Alex Brachet via All-commits all-commits at lists.llvm.org
Tue Feb 8 10:32:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70ae480c82188b24327eeeb023f52aa15b1d62ce
      https://github.com/llvm/llvm-project/commit/70ae480c82188b24327eeeb023f52aa15b1d62ce
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M libc/src/assert/CMakeLists.txt
    M libc/src/assert/__assert_fail.cpp
    M libc/src/stdlib/CMakeLists.txt
    R libc/src/stdlib/abort.cpp
    M libc/src/stdlib/linux/CMakeLists.txt
    A libc/src/stdlib/linux/abort.cpp

  Log Message:
  -----------
  [libc][NFC] Remove all Linux specific code to respective linux/ directories

These were all the non OS agnostic implementations I could find in general directories.

Currently none of these functions are actually enabled, but for when they do it makes sense that they be in linux/ specific directories.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D119164




More information about the All-commits mailing list