[all-commits] [llvm/llvm-project] 5f886a: [compiler-rt][builtins] Add compiler flags to catc...

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Mon Aug 22 16:28:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f886adbfd7c09f7883589ec9d85c04a08335043
      https://github.com/llvm/llvm-project/commit/5f886adbfd7c09f7883589ec9d85c04a08335043
  Author: Akira Hatanaka <ahatanaka at apple.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTCompile.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/eprintf.c
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfilingWriter.c

  Log Message:
  -----------
  [compiler-rt][builtins] Add compiler flags to catch potential errors
that can lead to security vulnerabilities

Also, fix a few places that were causing -Wshadow and
-Wformat-nonliteral warnings to be emitted.

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




More information about the All-commits mailing list