[llvm-dev] Build failure

Paul C. Anagnostopoulos via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 8 09:50:13 PST 2021


I'm sorry, I still don't understand. I've never seen this sort of error before. Why is the assert.td test failing in this build when it doesn't fail on my machine? Different compiled code, possibly?

Can I trust this message?

TGParser.cpp:3213:22: runtime error: reference binding to null pointer of type 'llvm::Record'

There is nothing in line 3213 that deals with the Record type.

If I try to build with the Undefined sanitizer with Visual Studio, I get:
CMake Error at cmake/modules/HandleLLVMOptions.cmake:801 (message):
  This sanitizer not yet supported in the MSVC environment: Undefined



More information about the llvm-dev mailing list