[all-commits] [llvm/llvm-project] 983051: [libc][obvious] fix strdup being listed twice

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Oct 27 11:13:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98305180828b74e3e765975b9964ca051ea54df2
      https://github.com/llvm/llvm-project/commit/98305180828b74e3e765975b9964ca051ea54df2
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-10-27 (Wed, 27 Oct 2021)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt

  Log Message:
  -----------
  [libc][obvious] fix strdup being listed twice

strdup was being included even if malloc wasn't and that was causing
a build failure.

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




More information about the All-commits mailing list