You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture arm64:
"___msan_allocated_memory", referenced from:
llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long) in libLLVMSupport.a(Allocator.cpp.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/llvm-tblgen] Error 1
make[1]: *** [utils/TableGen/CMakeFiles/llvm-tblgen.dir/all] Error 2
I am on an apple silicon Mac. I am getting this error and I get that the error is because of the Architecture. Are there any solutions to this? I can use the latest llvm just fine.
The text was updated successfully, but these errors were encountered:
Undefined symbols for architecture arm64:
"___msan_allocated_memory", referenced from:
llvm::BumpPtrAllocator::Allocate(unsigned long, unsigned long) in libLLVMSupport.a(Allocator.cpp.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/llvm-tblgen] Error 1
make[1]: *** [utils/TableGen/CMakeFiles/llvm-tblgen.dir/all] Error 2
I am on an apple silicon Mac. I am getting this error and I get that the error is because of the Architecture. Are there any solutions to this? I can use the latest llvm just fine.
The text was updated successfully, but these errors were encountered: