Add missing word

Only noticed post submit.

PiperOrigin-RevId: 335519839
Change-Id: Ib00fd8476fb7080e071bf688d4cc15ec33bdf71f
This commit is contained in:
Jacques Pienaar 2020-10-05 16:04:21 -07:00 committed by TensorFlower Gardener
parent acca16760e
commit 7a6107bf83

View File

@ -29,7 +29,7 @@ LLVM_SRC=...
# Create basic workspace file
echo 'workspace(name = "llvm-project")' > $LLVM_SRC/WORKSPACE
# and over the bazel BUILD files.
# and copy over the bazel BUILD files.
cp third_party/llvm/llvm.autogenerated.BUILD $LLVM_SRC/llvm/BUILD
cp third_party/mlir/BUILD $LLVM_SRC/mlir
cp third_party/mlir/test.BUILD $LLVM_SRC/mlir/test/BUILD