Skip to content

Commit

Permalink
Merge pull request #66 from schweitzpgi/release_70
Browse files Browse the repository at this point in the history
fixes a bug with COMMON blocks when both debug and optimizations are on
  • Loading branch information
sscalpone authored Mar 28, 2019
2 parents 4a398bf + e35c28b commit b1ee425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AsmParser/LLParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4726,7 +4726,7 @@ bool LLParser::ParseDITemplateValueParameter(MDNode *&Result, bool IsDistinct) {
/// isDefinition: true, declaration: !3, align: 8)
bool LLParser::ParseDIGlobalVariable(MDNode *&Result, bool IsDistinct) {
#define VISIT_MD_FIELDS(OPTIONAL, REQUIRED) \
REQUIRED(name, MDStringField, (/* AllowEmpty */ true)); \
OPTIONAL(name, MDStringField, (/* AllowEmpty */ true)); \
OPTIONAL(scope, MDField, ); \
OPTIONAL(linkageName, MDStringField, ); \
OPTIONAL(file, MDField, ); \
Expand Down

0 comments on commit b1ee425

Please sign in to comment.