Skip to content

Commit

Permalink
[SYCLomatic][NFC] Fix a value typo for "--migrate-build-script" in mi…
Browse files Browse the repository at this point in the history
…gration examples (oneapi-src#2125)

Signed-off-by: chenwei.sun <[email protected]>
  • Loading branch information
tomflinda authored Jul 4, 2024
1 parent d3e8ce0 commit 0389f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/migration_cmd_examples.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ R"(
$ dpct -in-root=/path/to/project --in-root-exclude=/path/to/project/dir1 # Exclude migration of a dir or file
Migrate/generate build scripts for migrated SYCL code
$ dpct --migrate-build-script=cmake -p=/path/to/compilation-database --in-root=/path/to/project --out-root=/path/to/migrated-project # Migrate src code and CMake scripts
$ dpct --migrate-build-script=CMake -p=/path/to/compilation-database --in-root=/path/to/project --out-root=/path/to/migrated-project # Migrate src code and CMake scripts
$ dpct --migrate-build-script-only -p=/path/to/compilation-database --in-root=/path/to/project --out-root=/path/to/migrated-project # Migrate build script only
$ dpct --gen-build-script -p=/path/to/compilation-database --in-root=/path/to/project --out-root=/path/to/migrated-project # Migrate src code and generate Makefile script
Expand Down

0 comments on commit 0389f19

Please sign in to comment.