Displaying 1 result from an estimated 1 matches for "lib__sanitizer_common".
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
...te: expanded from macro 'SYSCALL'
# define SYSCALL(name) __NR_ ## name
^
<scratch space>:62:1: note: expanded from here
__NR_fork
^
12 errors generated.
make[5]: ***
[/home/sandeep/llvm_clang/build/tools/clang/runtime/compiler-rt/clang_linux/san-i386/i386/SubDir.lib__sanitizer_common/sanitizer_linux.o]
Error 1
make[5]: Leaving directory
`/home/sandeep/llvm_clang/llvm/projects/compiler-rt'
make[4]: *** [BuildRuntimeLibraries] Error 2
make[4]: Leaving directory
`/home/sandeep/llvm_clang/build/tools/clang/runtime/compiler-rt'
make[3]: *** [compiler-rt/.makeall] Error 2
mak...