ibinti / bugvm

This is BugVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Clang on Ubuntu

ibinti opened this issue · comments

rt - clang

llvm/target.llvm/build/linux-x86_64/extllvm-prefix/src/extllvm/include/llvm/ADT/STLExtras.h:21:10: fatal error: 'cstddef' file not found
#include <cstddef> // for std::size_t
         ^
1 error generated.
lib/Support/CMakeFiles/LLVMSupport.dir/build.make:62: recipe for target 'lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o' failed
make[5]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o] Error 1
make[4]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [extllvm-prefix/src/extllvm-stamp/extllvm-build] Error 2
make[1]: *** [CMakeFiles/extllvm.dir/all] Error 2
make: *** [all] Error 2
CMakeFiles/Makefile2:198: recipe for target 'lib/Support/CMakeFiles/LLVMSupport.dir/all' failed
Makefile:149: recipe for target 'all' failed
CMakeFiles/extllvm.dir/build.make:111: recipe for target 'extllvm-prefix/src/extllvm-stamp/extllvm-build' failed
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/extllvm.dir/all' failed
Makefile:127: recipe for target 'all' failed