[all-commits] [llvm/llvm-project] 119274: NFC, add a missing stdlib include for the use of a...

Alex Lorenz via All-commits all-commits at lists.llvm.org
Tue Sep 29 08:51:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 119274748bce6d1248aa57cb55d79bfeae8a2f8e
      https://github.com/llvm/llvm-project/commit/119274748bce6d1248aa57cb55d79bfeae8a2f8e
  Author: Alex Lorenz <arphaman at gmail.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M clang/tools/libclang/FatalErrorHandler.cpp

  Log Message:
  -----------
  NFC, add a missing stdlib include for the use of abort

The FatalErrorHandler.cpp file uses 'abort', but doesn't include
'stdlib.h'. This causes a build error when modules are used in clang.




More information about the All-commits mailing list