You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_split_dwarf_object_generate_output_dir_changes fails with "clang: error: -gsplit-dwarf is unsupported with RISC-V linker relaxation (-mrelax)"
#2309
sccache currently does not seem to support the -m{no-,}relax pair of flags for clang, so even patching the test to add -mno-relax does not work. For now I'll have to patch the test out for riscv64.
The text was updated successfully, but these errors were encountered:
.. as can be seen in Debian buildd logs.
sccache currently does not seem to support the
-m{no-,}relax
pair of flags for clang, so even patching the test to add-mno-relax
does not work. For now I'll have to patch the test out for riscv64.The text was updated successfully, but these errors were encountered: