[all-commits] [llvm/llvm-project] f93129: [PowerPC] Parse and ignore .machine
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Dec 28 12:25:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f931290308abd0eebecae385cd32ca3a25ddd9be
https://github.com/llvm/llvm-project/commit/f931290308abd0eebecae385cd32ca3a25ddd9be
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-28 (Mon, 28 Dec 2020)
Changed paths:
M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
M llvm/test/MC/PowerPC/ppc-machine.s
Log Message:
-----------
[PowerPC] Parse and ignore .machine
glibc/sysdeps/powerpc/powerpc64 has .machine
{altivec,power4,power5,power6,power7,power8} (.machine power9 is planned in
sysdeps/powerpc/powerpc64/power9/strcmp.S).
The diagnostic is not useful anyway so just delete it.
More information about the All-commits
mailing list