Skip to content

compiletest: separate splitting name-value pairs versus name-value directives #144672

@jieyouxu

Description

@jieyouxu

This is specifically for debugger checks, like

// cdb-check: xxx

this currently also uses parse_name_value_directive, but it's not a directive, and the check is actually handled by LLVM FileCheck, so the // vs //@ prefix does not matter.

Reason being that we want to make sure it's possible to know exhaustively what compiletest should consider a "known" directive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-test-infraArea: test infrastructure (may span bootstrap/compiletest/more)C-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions