[all-commits] [llvm/llvm-project] 23df67: [libc][Obvious] Add include.stdlib as missing dep ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Apr 24 15:07:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23df67bdeee241dc5c32d7e7627cae99dd54fc55
      https://github.com/llvm/llvm-project/commit/23df67bdeee241dc5c32d7e7627cae99dd54fc55
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt

  Log Message:
  -----------
  [libc][Obvious] Add include.stdlib as missing dep for CPP.string.

string.h includes stdlib.h to get free and realloc. This change
adds the missing dep on stdlib.h.

Reviewed By: jhuber6

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




More information about the All-commits mailing list