Sign in
llvm
/
llvm-project
/
c80fa2364beeca4ad75125afa29de3e20b63fbd3
/
.
/
offload
/
unittests
/
Conformance
/
sin.cpp
blob: 9e15690a9e9d79210b3b44e54cc758c0f4b38515 [
file
] [
log
] [
blame
]
#include
"llvm/Support/MemoryBuffer.h"
#include
"llvm/Support/raw_ostream.h"
#include
<OffloadAPI.h>
#include
<math.h>
llvm
::
StringRef
DeviceBinsDirectory
=
DEVICE_CODE_PATH
;
int
main
()
{
llvm
::
errs
()
<<
sin
(
0.0
)
<<
"\n"
;
}