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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
zero_whitespace.mlir looks like this:
// RUN: mlir-opt %s | FileCheck %s // 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. // CHECK-LABEL: func @zero_whitespace() { // CHECK-NEXT: return func @zero_whitespace() { ^@ // This is a \0 byte. return }