Skip to content

Commit 9d0f817

Browse files
authored
Delete utils/generate_grammar_tables.py (KhronosGroup#6138)
Bug: crbug.com/266223071
1 parent 058b4b3 commit 9d0f817

4 files changed

Lines changed: 0 additions & 885 deletions

File tree

BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,9 @@ exports_files([
2525
"LICENSE",
2626
])
2727

28-
py_binary(
29-
# Generates tables for extensions and extended instruction sets.
30-
# TODO(crbug.com/266223071) Replace this with ggt.py
31-
name = "generate_grammar_tables",
32-
srcs = ["utils/generate_grammar_tables.py"],
33-
)
34-
3528
py_binary(
3629
# The script that generates compressed grammar tables for
3730
# instructions and operands.
38-
# TODO(crbug.com/266223071) Eventually this will fully replace
39-
# utils/generate_grammar_tables.py.
4031
name = "ggt",
4132
main = "utils/ggt.py", # The file found by $(location :ggt)
4233
srcs = [

source/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
set(GRAMMAR_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/generate_grammar_tables.py")
1615
set(VIMSYNTAX_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/vim/generate_syntax.py")
1716
set(XML_REGISTRY_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/generate_registry_tables.py")
1817
set(LANG_HEADER_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/generate_language_headers.py")

0 commit comments

Comments
 (0)