[all-commits] [llvm/llvm-project] 29e00b: [CUDA] Make sure <string.h> is included with origi...

Artem Belevich via All-commits all-commits at lists.llvm.org
Thu Oct 7 11:44:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29e00b29f76adb15a51c1ccd6c1fdb6fce5f4d7b
      https://github.com/llvm/llvm-project/commit/29e00b29f76adb15a51c1ccd6c1fdb6fce5f4d7b
  Author: Artem Belevich <tra at google.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h

  Log Message:
  -----------
  [CUDA] Make sure <string.h> is included with original __THROW defined.

Otherwise we may end up with an inconsistent redeclarations of the standard
library functions if _FORTIFY_SOURCE is in effect.

https://bugs.llvm.org/show_bug.cgi?id=47869

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




More information about the All-commits mailing list