[all-commits] [llvm/llvm-project] 86e1c2: [mlir] Fix pipeline-parsing.mlir on windows
River Riddle via All-commits
all-commits at lists.llvm.org
Thu May 12 13:55:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86e1c2f097ca34994fa178967e617b9e6162be98
https://github.com/llvm/llvm-project/commit/86e1c2f097ca34994fa178967e617b9e6162be98
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M mlir/test/Pass/pipeline-parsing.mlir
Log Message:
-----------
[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.
More information about the All-commits
mailing list