File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
3528py_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 = [
Original file line number Diff line number Diff line change 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" )
1615set (VIMSYNTAX_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/vim/generate_syntax.py" )
1716set (XML_REGISTRY_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/generate_registry_tables.py" )
1817set (LANG_HEADER_PROCESSING_SCRIPT "${spirv-tools_SOURCE_DIR}/utils/generate_language_headers.py" )
You can’t perform that action at this time.
0 commit comments