Skip to content

LLVM :: Assembler regression test failures #2

@bryanpkc

Description

@bryanpkc

Two regression tests are currently failing on the release_100 candidate (PR #1):

Failing Tests (2):
    LLVM :: Assembler/invalid-diglobalvariable-empty-name.ll
    LLVM :: Assembler/invalid-diglobalvariable-missing-name.ll

They are caused by the following commits:

Reverting these commits allow the regression tests to pass.

At -O3 -g, Flang will generate a DIGlobalVariable named _BLNK_ for an unnamed COMMON block, so it is not clear to me why we need to allow an empty or missing name in a DIGlobalVariable.

@schweitzpgi Do you have an example program that breaks without these commits?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions