[all-commits] [llvm/llvm-project] 7b5497: Isolate zero_whitespace parser test into its own f...
Sean Silva via All-commits
all-commits at lists.llvm.org
Wed Apr 22 20:00:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b5497f25857c52c514477f0c7cb4e3c26ac1873
https://github.com/llvm/llvm-project/commit/7b5497f25857c52c514477f0c7cb4e3c26ac1873
Author: Sean Silva <silvasean at google.com>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M mlir/test/IR/parser.mlir
A mlir/test/IR/zero_whitespace.mlir
Log Message:
-----------
Isolate zero_whitespace parser test into its own file.
Summary:
This test is in a different file because it contains a literal NUL
character, which causes various tools to treat it as a binary file.
Hence it is useful to have this test kept in a separate, rarely-changing
file.
Differential Revision: https://reviews.llvm.org/D78689
More information about the All-commits
mailing list