[all-commits] [llvm/llvm-project] 73bc23: Fix the data layout mangling specification for 'i6...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Jul 21 12:58:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73bc23ff86655b4e041ce14a991a8bd5cce985e0
https://github.com/llvm/llvm-project/commit/73bc23ff86655b4e041ce14a991a8bd5cce985e0
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M clang/lib/Basic/Targets/X86.h
M clang/test/CodeGen/target-data.c
Log Message:
-----------
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
More information about the All-commits
mailing list