[all-commits] [llvm/llvm-project] ba91df: [Driver][PowerPC] Move powerpcspe logic from cc1 t...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jan 10 11:43:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba91dffafe4d348b469d8ae2b7b1cd00754f72f1
https://github.com/llvm/llvm-project/commit/ba91dffafe4d348b469d8ae2b7b1cd00754f72f1
Author: Fangrui Song <maskray at google.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/Driver/ToolChains/Arch/PPC.cpp
M clang/test/Driver/ppc-features.cpp
M clang/test/Preprocessor/init.c
Log Message:
-----------
[Driver][PowerPC] Move powerpcspe logic from cc1 to Driver
Follow-up of D72014. It is more appropriate to use a target
feature instead of a SubTypeArch to express the difference.
Reviewed By: #powerpc, jhibbits
Differential Revision: https://reviews.llvm.org/D72433
More information about the All-commits
mailing list