tools: Update post-shuffle paths for builtin-gen

Bug: tint:1418
Change-Id: Ic1560bf7a0aa99ecbe554b985dc07f1b055fab64
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81500
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
Ben Clayton
2022-02-22 20:24:59 +00:00
committed by Tint LUCI CQ
parent 16d5739b73
commit 1fcb2a7a24
727 changed files with 1495 additions and 1495 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// builtin-gen parses the <tint>/src/builtins.def file, then scans the
// builtin-gen parses the <tint>/src/tint/builtins.def file, then scans the
// project directory for '<file>.tmpl' files, to produce '<file>' source code
// files.
package main
@@ -32,7 +32,7 @@ import (
"dawn.googlesource.com/tint/tools/src/glob"
)
const defProjectRelPath = "src/builtins.def"
const defProjectRelPath = "src/tint/builtins.def"
func main() {
if err := run(); err != nil {
@@ -45,7 +45,7 @@ func showUsage() {
fmt.Println(`
builtin-gen generates the builtin table for the Tint compiler
builtin-gen parses the <tint>/src/builtins.def file, then scans the project
builtin-gen parses the <tint>/src/tint/builtins.def file, then scans the project
directory for '<file>.tmpl' files, to produce '<file>' source code files.
usage: