Currently, I am using the command:
clang++ -o hello.exe hello.cpp
Is there any way to set the target platform, for example if I wanted to build targeting x86
or ARM
on my x64
computer. In visual studio, you can easily set this under configurations. I am using clang
front end and LLVM
back end.