When generating assembly using -m16 we must explicitly mark it as
16-bit. Emit .code16 at beginning of file. Fixes wrong results when
using -fno-integrated-as.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I didn't think we supported code16 compilation (only assembly). This appears to be the very first CodeGen test mentioning the triple and there's basically no reference to it in the actual X86 code.
Tim.