79487912

Date: 2025-03-05 23:36:07
Score: 1
Natty:
Report link

According to clang --help:

--target=<value>        Generate code for the given target

In order to check which targets are available with your distribution of clang:

clang -print-targets

So for example, you can do:

clang++ --target=arm64 -o hello.exe hello.cpp
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Miguel Amaton