-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Labels
No labels