Skip to content

Commit 00a410a

Browse files
author
Alexander Batashev
authored
[SYCL] Update ABI dump tool to disable checks with libcxx by default (#3370)
1 parent 6a41551 commit 00a410a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/tools/abi_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def dump_symbols(target_path, output):
5757
out.write(os.path.basename(target_path))
5858
# TODO properly put OS name once Windows is supported
5959
out.write("\n# REQUIRES: linux")
60+
out.write("\n# UNSUPPORTED: libcxx")
6061
out.write("\n\n")
6162
readobj_out = subprocess.check_output([get_llvm_bin_path()+"llvm-readobj",
6263
"-t", target_path])

0 commit comments

Comments
 (0)