[all-commits] [llvm/llvm-project] 9f69da: [NFC][compiler-rt] Add missing header include (#11...

Prabhuk via All-commits all-commits at lists.llvm.org
Mon Oct 28 15:25:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f69da35e2e5438d0c042f76277fff397f6a1505
      https://github.com/llvm/llvm-project/commit/9f69da35e2e5438d0c042f76277fff397f6a1505
  Author: Prabhuk <prabhukr at google.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h

  Log Message:
  -----------
  [NFC][compiler-rt] Add missing header include (#113951)

Include `cstdlib` which was originally included transitively but the
changes to `vector` in libcpp breaks new builds due to missing cstdlib
header for `abort()` function call.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list