“junk at end of line” when assembling .s file compiled from C++ file using Clang and LLVM, but works with C file
I am learning how to use the LLVM toolchain. I have a .cpp
file, and I’m trying to compile it to an LLVM bitcode file, compile the LLVM bytecode file into an assembly file, and then assemble the assembly file into a program.