Skip to content

Commit 08129f2

Browse files
committed
Add warning report when use syclcompat.
1 parent 3cd268e commit 08129f2

File tree

2 files changed

+338
-176
lines changed

2 files changed

+338
-176
lines changed

clang/lib/DPCT/APINames.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// clang-format off
89
/****************************************************************************
910
*
1011
* ENTRY(Interface APIName, APINAME, ProcessedOrNot, Flag, Priority, MigrationDesc)
@@ -2307,3 +2308,4 @@ ENTRY(__assert_fail, __assert_fail, true, NO_FLAG, P4, "Successful")
23072308
ENTRY(__assertfail, __assertfail, true, NO_FLAG, P4, "Successful")
23082309

23092310
ENTRY(cuGetExportTable, cuGetExportTable, true, NO_FLAG, P7, "Partial")
2311+
// clang-format on

0 commit comments

Comments
 (0)