Skip to content

Commit

Permalink
silence warnings in bazel (#1745)
Browse files Browse the repository at this point in the history
* Split tests into two packages in Bazel build.

This separates MLIR tests and regular Enzyme integration tests into independent
packages, making sure only a subset of targets is rebuilt and retested when
requested to decrease overhead.

* silence warnings in bazel

There are a bunch of these in the codebase
  • Loading branch information
ftynse authored Feb 20, 2024
1 parent e8ca2b1 commit f600e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enzyme/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ cc_library(
"-DENZYME_VERSION_MAJOR=0",
"-DENZYME_VERSION_MINOR=0",
"-DENZYME_VERSION_PATCH=79",
"-Wno-unused-variable",
"-Wno-return-type",
],
data = ["@llvm-project//clang:builtin_headers_gen"],
visibility = ["//visibility:public"],
Expand Down

0 comments on commit f600e2e

Please sign in to comment.