This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Define inline functions in headers as static
AbandonedPublic

Authored by antiagainst on Jan 12 2021, 7:43 AM.

Details

Reviewers
ftynse
Summary

This addresses linker errors: undefined reference to
`mlirAffineExprIsNull'.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 12 2021, 7:43 AM
antiagainst requested review of this revision.Jan 12 2021, 7:43 AM

Looks like a duplicate of D94496

Oh, right. Didn't notice that. :)

antiagainst abandoned this revision.Jan 12 2021, 7:49 AM