xref: /qemu/target/hexagon/idef-parser/prepare (revision 745c2911cc0a20da2e3a1e96ba0ae42a5ad65773)
1*57c3150aSSamuel Tardieu#!/usr/bin/env bash
27c19dcc5SAlessandro Di Federico
37c19dcc5SAlessandro Di Federico#
47c19dcc5SAlessandro Di Federico#  Copyright(c) 2019-2021 rev.ng Labs Srl. All Rights Reserved.
57c19dcc5SAlessandro Di Federico#
67c19dcc5SAlessandro Di Federico#  This program is free software; you can redistribute it and/or modify
77c19dcc5SAlessandro Di Federico#  it under the terms of the GNU General Public License as published by
87c19dcc5SAlessandro Di Federico#  the Free Software Foundation; either version 2 of the License, or
97c19dcc5SAlessandro Di Federico#  (at your option) any later version.
107c19dcc5SAlessandro Di Federico#
117c19dcc5SAlessandro Di Federico#  This program is distributed in the hope that it will be useful,
127c19dcc5SAlessandro Di Federico#  but WITHOUT ANY WARRANTY; without even the implied warranty of
137c19dcc5SAlessandro Di Federico#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
147c19dcc5SAlessandro Di Federico#  GNU General Public License for more details.
157c19dcc5SAlessandro Di Federico#
167c19dcc5SAlessandro Di Federico#  You should have received a copy of the GNU General Public License
177c19dcc5SAlessandro Di Federico#  along with this program; if not, see <http://www.gnu.org/licenses/>.
187c19dcc5SAlessandro Di Federico#
197c19dcc5SAlessandro Di Federico
207c19dcc5SAlessandro Di Federicoset -e
217c19dcc5SAlessandro Di Federicoset -o pipefail
227c19dcc5SAlessandro Di Federico
237c19dcc5SAlessandro Di Federico# Run the preprocessor and drop comments
247c19dcc5SAlessandro Di Federicocpp "$@"
25