[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / third-party / benchmark / src / check.cc
blob5f7526e08d6ef5ae774c380521b7a022507207cc
1 #include "check.h"
3 namespace benchmark {
4 namespace internal {
6 static AbortHandlerT* handler = &std::abort;
8 BENCHMARK_EXPORT AbortHandlerT*& GetAbortHandler() { return handler; }
10 } // namespace internal
11 } // namespace benchmark