| commit | 9a878c4930b586bac36495aedfbceabab6906cd1 | [log] [tgz] |
|---|---|---|
| author | Nirav Dave <niravd@google.com> | Fri Apr 22 13:36:11 2016 +0000 |
| committer | Nirav Dave <niravd@google.com> | Fri Apr 22 13:36:11 2016 +0000 |
| tree | 9be505d711e8f2abd89600455618385d92c79cb0 | |
| parent | 5676d06aefe9cda80b7e65b8a700a2896970e4f5 [diff] |
Emit code16 in assembly in 16-bit mode Summary: 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. Reviewers: dwmw2 Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D19392 llvm-svn: 267152