This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] fix windows build error
ClosedPublic

Authored by Peiming on Jul 6 2022, 2:06 PM.

Details

Summary

Silence warning from MSVC when handling ##__VA_ARGS

Diff Detail

Event Timeline

Peiming created this revision.Jul 6 2022, 2:06 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Jul 6 2022, 2:06 PM
aartbik added inline comments.Jul 6 2022, 2:10 PM
mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
10–17

Is L10-17 the new part

aartbik accepted this revision.Jul 6 2022, 2:14 PM
This revision is now accepted and ready to land.Jul 6 2022, 2:14 PM
This revision was landed with ongoing or failed builds.Jul 6 2022, 2:16 PM
This revision was automatically updated to reflect the committed changes.
Peiming marked an inline comment as done.Jul 6 2022, 2:25 PM
Peiming added inline comments.
mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
10–17

Yes and L640-642