79519063

Date: 2025-03-19 03:36:01
Score: 0.5
Natty:
Report link

If you want to replace by compiler-rt and other LLVM's equal substitution, use

clang++ -stdlib=libc++ -rtlib=compiler-rt --unwindlib=libunwind

it uses libc++ to replace libstdc++. compiler-rt instead of libgcc. and specific libunwind to unwind to remove libgcc_s

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zclll