[all-commits] [llvm/llvm-project] f71ba7: [scudo] Convert assert to CHECK macro. (#67184)
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Fri Sep 22 12:47:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f71ba7d323331bdb718e76a2f3a9562de835bb0d
https://github.com/llvm/llvm-project/commit/f71ba7d323331bdb718e76a2f3a9562de835bb0d
Author: Christopher Ferris <cferris1000 at users.noreply.github.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
Log Message:
-----------
[scudo] Convert assert to CHECK macro. (#67184)
This code is only for riscv, but use the CHECK macro to avoid unused
parameters problems if assert is not defined.
More information about the All-commits
mailing list