[all-commits] [llvm/llvm-project] 030d82: [scudo] Wrap clang pragma to avoid GCC error

Dominic Chen via All-commits all-commits at lists.llvm.org
Tue Mar 29 17:40:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 030d8262a6e8055660ae74bdb7e4f22c741a1e17
      https://github.com/llvm/llvm-project/commit/030d8262a6e8055660ae74bdb7e4f22c741a1e17
  Author: Dominic Chen <ddchen at apple.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/memtag.h

  Log Message:
  -----------
  [scudo] Wrap clang pragma to avoid GCC error

Fixes: [scudo] Add noreturn/pragma to suppress compiler warnings

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


  Commit: 6ba8c8abe982722f5e4383553d03c1c77f9dfbb0
      https://github.com/llvm/llvm-project/commit/6ba8c8abe982722f5e4383553d03c1c77f9dfbb0
  Author: Dominic Chen <ddchen at apple.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/wrappers_c.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.h
    M compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp

  Log Message:
  -----------
  [scudo] Provide allocator declaration

Ensure that extern allocator declaration is visible before definition

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


Compare: https://github.com/llvm/llvm-project/compare/fd7ec90abd90...6ba8c8abe982


More information about the All-commits mailing list