File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
source/loader/layers/sanitizer/asan Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function(add_cppformat name)
30
30
else ()
31
31
# Split args into 2 parts (in Windows the list is probably too long)
32
32
list (SUBLIST ARGN 0 250 selected_files_1)
33
- list (SUBLIST ARGN 251 -1 selected_files_2)
33
+ list (SUBLIST ARGN 250 -1 selected_files_2)
34
34
add_custom_target (cppformat-${name}
35
35
COMMAND ${CLANG_FORMAT} --style=file --i ${selected_files_1}
36
36
COMMAND ${CLANG_FORMAT} --style=file --i ${selected_files_2}
Original file line number Diff line number Diff line change 2
2
*
3
3
* Copyright (C) 2024 Intel Corporation
4
4
*
5
- * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6
- * See LICENSE.TXT
5
+ * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6
+ * Exceptions. See LICENSE.TXT
7
+ *
7
8
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
9
*
9
10
* @file asan_report.hpp
You can’t perform that action at this time.
0 commit comments