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
[LVI] Add trunc to i1 handling. (#124480)
[llvm-project.git]
/
compiler-rt
/
lib
/
orc
/
tests
/
unit
/
common.cpp
blob
9479cc809430856dba02333b7d32691b79943993
1
#include <stdio.h>
2
3
/// Defined so that tests can use code that logs errors.
4
extern
"C"
void
__orc_rt_log_error
(
const char
*
ErrMsg
) {
5
fprintf
(
stderr
,
"orc runtime error: %s
\n
"
,
ErrMsg
);
6
}