Updates LLVM usage to match
[571c1292b693](https://github.com/llvm/llvm-project/commit/571c1292b693)

PiperOrigin-RevId: 550071080
This commit is contained in:
jax authors 2023-07-21 15:55:50 -07:00
parent 8a1a5fac8e
commit 32cbc3678d
2 changed files with 0 additions and 4 deletions

View File

@ -29,9 +29,6 @@ gentbl_filegroup(
],
tblgen = "@llvm-project//mlir:mlir-tblgen",
td_file = ":tpu_python.td",
td_srcs = [
"@llvm-project//mlir:include/mlir/Bindings/Python/Attributes.td",
],
deps = [
"//jaxlib/mosaic:tpu_td_files",
"@llvm-project//mlir:OpBaseTdFiles",

View File

@ -13,5 +13,4 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
include "mlir/Bindings/Python/Attributes.td"
include "jaxlib/mosaic/dialect/tpu/tpu.td"