Skip to content

Test Makefiles don't know how to build static libraries on Windows #24901

@llvmbot

Description

@llvmbot
Bugzilla Link 24527
Version unspecified
OS Windows NT
Blocks #22140
Reporter LLVM Bugzilla Contributor

Extended Description

Makefile.rules needs to be able to build static libraries on Windows for certain test scenarios. It knows how to do this on non-Windows platforms by using the 'ar' command, but it needs to be taught on Windows how to make a .lib file.

This will allow re-enabling TestBSDArchives.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillabuild-problemobsoleteIssues with old (unsupported) versions of LLVM

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions