mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
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:
committed by
Tint LUCI CQ
parent
16d5739b73
commit
1fcb2a7a24
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user