blob: c4cb320bde5c4190a2b76d9f6f4807ca010b343f [file] [log] [blame]
Tamas Kenez19a3b8a2017-05-29 23:08:48 +02001#!/usr/bin/env python
2# Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
3# for details. All rights reserved. Use of this source code is governed by a
4# BSD-style license that can be found in the LICENSE file.
5
Tamas Kenez19a3b8a2017-05-29 23:08:48 +02006import sys
Mathias Ravdd6a6de2018-05-18 10:18:33 +02007import toolhelper
Tamas Kenez19a3b8a2017-05-29 23:08:48 +02008
9if __name__ == '__main__':
Mathias Ravdd6a6de2018-05-18 10:18:33 +020010 sys.exit(toolhelper.run('compatdx', sys.argv[1:]))