Skip to content

lld: TEST 'lld :: COFF/manifestinput-error.test' is not recognized as unsupported in stand-alone #35354

@llvmbot

Description

@llvmbot
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions