[all-commits] [llvm/llvm-project] 8e3365: [clang] Recognize ppc32 as valid mcpu value
LemonBoy via All-commits
all-commits at lists.llvm.org
Wed Apr 21 06:11:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e336511f18ab56cd0c8d93b5c18219df411963a
https://github.com/llvm/llvm-project/commit/8e336511f18ab56cd0c8d93b5c18219df411963a
Author: LemonBoy <thatlemon at gmail.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/test/Misc/target-invalid-cpu-note.c
Log Message:
-----------
[clang] Recognize ppc32 as valid mcpu value
The `ppc32` cpu model was introduced a while ago in a9321059b912155cd81cf0776d54a7d6838ef7ab as an independent copy of the `ppc` one but was never wired into clang.
Reviewed By: #powerpc, nemanjai
Differential Revision: https://reviews.llvm.org/D100933
More information about the All-commits
mailing list