llvm objdump –source does not intermix C source with generated assembler. Why?
I can’t seem to generate assembler with intermixed C source with assembler when using Apple LLVM objdump on macOS Sonoma with the --source
objdump option. What am I missing?