Displaying 1 result from an estimated 1 matches for "sanitizer_syscall_generic".
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
...lang/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:123:27:
error: use of undeclared identifier '__NR_open'
return internal_syscall(SYSCALL(open), (uptr)filename, flags);
^
/home/sandeep/llvm_clang/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_syscall_generic.inc:17:24:
note: expanded from macro 'SYSCALL'
# define SYSCALL(name) __NR_ ## name
^
<scratch space>:62:1: note: expanded from here
__NR_open
^
/home/sandeep/llvm_clang/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:132:27:
error: use of unde...