|
|
| Bugzilla Link |
36006 |
| Resolution |
FIXED |
| Resolved on |
Jan 22, 2018 06:59 |
| Version |
unspecified |
| OS |
Linux |
| Blocks |
#35152 |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@zmodem |
Extended Description
The lld test suite started failing at the following test:
FAIL: lld :: COFF/manifestinput-error.test (108 of 1465)
After some investigation, I was able to determine that the root cause of the failure is that... the test should not be run on my system at all, because of:
UNSUPPORTED: libxml2
This feature is supposed to be set based on the value of
LLVM_LIBXML2_ENABLED. However, this variable is internal to LLVM itself and is not included in any CMake files installed. Therefore, it is not present when building stand-alone against installed LLVM.