[all-commits] [llvm/llvm-project] 2f9175: [scudo] Avoid deprecated-volatile warning in Hybri...

fabio-d via All-commits all-commits at lists.llvm.org
Fri Sep 22 10:11:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f91751daef168ff1959ad1df2d64d7bea6b3152
      https://github.com/llvm/llvm-project/commit/2f91751daef168ff1959ad1df2d64d7bea6b3152
  Author: Fabio D'Urso <fdurso at google.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

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

  Log Message:
  -----------
  [scudo] Avoid deprecated-volatile warning in HybridMutex::delayLoop (#67135)

That can prevent compilation with -Werror and -std=c++20:
mutex.h:63:7: error: increment of object of volatile-qualified type 'volatile u32' (aka 'volatile unsigned int') is deprecated [-Werror,-Wdeprecated-volatile]




More information about the All-commits mailing list