[all-commits] [llvm/llvm-project] c981f0: [scudo] Check support for pvalloc/valloc tests.
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Mon Jun 12 17:51:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c981f0b428b5cd1c6100dee67eaf0f68d5c3162d
https://github.com/llvm/llvm-project/commit/c981f0b428b5cd1c6100dee67eaf0f68d5c3162d
Author: Christopher Ferris <cferris at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
Log Message:
-----------
[scudo] Check support for pvalloc/valloc tests.
Some platforms do not support pvalloc/valloc so add checks so
that these tests are only run on the appropriate platforms.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D152756
More information about the All-commits
mailing list