Skip to content

Commit

Permalink
add git hash
Browse files Browse the repository at this point in the history
  • Loading branch information
webmiche committed Mar 24, 2022
1 parent a1b2072 commit ffbaf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mlir-opt --convert-scf-to-cf --convert-cf-to-llvm --convert-func-to-llvm --conve

The generated `tmp.ll` file contains LLVMIR, so it can be directly passed to a compiler like clang.
Notice that a `main` function is required for clang to build. Refer to `tests/filecheck/arith_ops.test` for an example.
The functionality is tested with MLIR git commit hash: 74992f4a5bb79e2084abdef406ef2e5aa2024368


## Formatting
Expand Down

0 comments on commit ffbaf9d

Please sign in to comment.