repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
third-party
/
benchmark
/
src
/
check.cc
blob
5f7526e08d6ef5ae774c380521b7a022507207cc
1
#include
"check.h"
2
3
namespace
benchmark
{
4
namespace
internal
{
5
6
static
AbortHandlerT
*
handler
= &
std
::
abort
;
7
8
BENCHMARK_EXPORT AbortHandlerT
*&
GetAbortHandler
() {
return
handler
; }
9
10
}
// namespace internal
11
}
// namespace benchmark