Tests don't build with Clang for x86 Debug #7
Labels
bug
Something isn't working
clang
Bugs or behavioral issues that are specific to Clang
help wanted
Extra attention is needed
This is likely a Clang/linker bug, but needs to be looked at more closesly to find out. When you try and build with Clang configured for x86 Debug, there are a ton of errors that look something like
error: assembler label '' can not be undefined
. I looked into this briefly and was able to narrow it down to theresult.h
header file, but didn't get much further than that.The text was updated successfully, but these errors were encountered: