[mlir] Fix pipeline-parsing.mlir on windows
authorRiver Riddle <riddleriver@gmail.com>
Thu, 12 May 2022 20:40:16 +0000 (13:40 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Thu, 12 May 2022 20:40:16 +0000 (13:40 -0700)
commit86e1c2f097ca34994fa178967e617b9e6162be98
treed4ba650bba23b02e2218a6f240982a085ecc2841
parentc2fb9c29b4076da8f68a27df2bee4a2f3c81c830
[mlir] Fix pipeline-parsing.mlir on windows

We shouldn't be making assumptions about the result of llvm::getTypeName,
which may have different results for anonymous namespaces depending
on the platform.
mlir/test/Pass/pipeline-parsing.mlir