Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sycl/tools/abi_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def dump_symbols(target_path, output):
out.write(os.path.basename(target_path))
# TODO properly put OS name once Windows is supported
out.write("\n# REQUIRES: linux")
out.write("\n# UNSUPPORTED: libcxx")
out.write("\n\n")
readobj_out = subprocess.check_output([get_llvm_bin_path()+"llvm-readobj",
"-t", target_path])
Expand Down