Skip to content

Commit 170a47b

Browse files
authored
[SYCLomatic] Update script "generate_api_migration_status.py" as the layout of API migratus status *.inc files are changed (#2479)
Signed-off-by: chenwei.sun <[email protected]>
1 parent 185e9a6 commit 170a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/dpct/generate_api_migration_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def do_update(args):
168168
output_path = args.output_path
169169
SYCLomatic_path = args.SYCLomatic_path
170170
output_file_suffix = args.output_file_format
171-
DPCT_lib_path = os.path.join(SYCLomatic_path, 'clang', 'lib', 'DPCT')
171+
DPCT_lib_path = os.path.join(SYCLomatic_path, 'clang', 'lib', 'DPCT', 'SrcAPI')
172172
if os.path.exists(output_path) is False:
173173
warnings.warn("output path is not exist")
174174
return False

0 commit comments

Comments
 (0)