[all-commits] [llvm/llvm-project] 558d9e: [llvm][ARM] Treat xscale arch as an alias of armv5te
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jun 28 08:20:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 558d9e82283e6b053b18091de6e56a5e208b7036
https://github.com/llvm/llvm-project/commit/558d9e82283e6b053b18091de6e56a5e208b7036
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-06-28 (Mon, 28 Jun 2021)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
A llvm/test/MC/ARM/directive-arch-xscale.s
Log Message:
-----------
[llvm][ARM] Treat xscale arch as an alias of armv5te
Previously xscale was known to everything apart
from the ELF streamer so we would crash as soon
as you tried to output an object file.
Reviewed By: nickdesaulniers
Differential Revision: https://reviews.llvm.org/D104776
More information about the All-commits
mailing list