We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a41551 commit 00a410aCopy full SHA for 00a410a
sycl/tools/abi_check.py
@@ -57,6 +57,7 @@ def dump_symbols(target_path, output):
57
out.write(os.path.basename(target_path))
58
# TODO properly put OS name once Windows is supported
59
out.write("\n# REQUIRES: linux")
60
+ out.write("\n# UNSUPPORTED: libcxx")
61
out.write("\n\n")
62
readobj_out = subprocess.check_output([get_llvm_bin_path()+"llvm-readobj",
63
"-t", target_path])
0 commit comments