Fix the data layout mangling specification for 'i686-pc-macho'
authorAkira Hatanaka <ahatanaka@apple.com>
Tue, 21 Jul 2020 19:58:17 +0000 (12:58 -0700)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 21 Jul 2020 19:58:17 +0000 (12:58 -0700)
commit73bc23ff86655b4e041ce14a991a8bd5cce985e0
treebf443870491115068dfc95389edd955485db4482
parent923cf890d15afa7ad5914f607d9d4e7e33dbd8f0
Fix the data layout mangling specification for 'i686-pc-macho'

Use 'o' for the mangling specification instead of 'e'. This fixes an
error in the backend caused by a mismatch between the data layouts
generated by the backend and the frontend.

rdar://problem/64168540
clang/lib/Basic/Targets/X86.h
clang/test/CodeGen/target-data.c