[all-commits] [llvm/llvm-project] df3de7: [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Oct 13 05:02:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df3de7647e034797ae3c965d6737bc0a4bc7a779
https://github.com/llvm/llvm-project/commit/df3de7647e034797ae3c965d6737bc0a4bc7a779
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-13 (Wed, 13 Oct 2021)
Changed paths:
M libcxxabi/test/libcxxabi/test/config.py
M libcxxabi/test/support/timer.h
M libunwind/test/libunwind/test/config.py
Log Message:
-----------
[libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMER
Instead of always defining LIBCXXABI_NO_TIMER to run the tests, only
define LIBCXXABI_USE_TIMER when we want to enable the timer. This makes
the libc++abi testing configuration simpler.
As a fly-by fix, remove the unused LIBUNWIND_NO_TIMER macro from libunwind.
Differential Revision: https://reviews.llvm.org/D111667
More information about the All-commits
mailing list