Advertisement
Guest User

levee error

a guest
May 24th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.85 KB | None | 0 0
  1. Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o
  2. ../../lib/libLLVMSupport.a(Allocator.cpp.o): In function `llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long)':
  3. /home/ubuntu/levee/levee/lib/Support/Allocator.cpp:(.text+0x377): undefined reference to `__msan_allocated_memory'
  4. clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
  5. ../../lib/libLLVMSupport.a(Allocator.cpp.o): In function `llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long)':
  6. /home/ubuntu/levee/levee/lib/Support/Allocator.cpp:(.text+0x377): undefined reference to `__msan_allocated_memory'
  7. make[2]: *** [bin/not] Error 1
  8. make[1]: *** [utils/not/CMakeFiles/not.dir/all] Error 2
  9. make[1]: *** Waiting for unfinished jobs....
  10. clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
  11. make[2]: *** [bin/FileUpdate] Error 1
  12. make[1]: *** [utils/FileUpdate/CMakeFiles/FileUpdate.dir/all] Error 2
  13. ../../lib/libLLVMSupport.a(Allocator.cpp.o): In function `llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long)':
  14. /home/ubuntu/levee/levee/lib/Support/Allocator.cpp:(.text+0x377): undefined reference to `__msan_allocated_memory'
  15. clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
  16. make[2]: *** [bin/yaml-bench] Error 1
  17. make[1]: *** [utils/yaml-bench/CMakeFiles/yaml-bench.dir/all] Error 2
  18. ../../lib/libLLVMSupport.a(Allocator.cpp.o): In function `llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long)':
  19. /home/ubuntu/levee/levee/lib/Support/Allocator.cpp:(.text+0x377): undefined reference to `__msan_allocated_memory'
  20. clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)
  21. make[2]: *** [bin/FileCheck] Error 1
  22. make[1]: *** [utils/FileCheck/CMakeFiles/FileCheck.dir/all] Error 2
  23. Linking CXX static library ../libLLVMTableGen.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement