[all-commits] [llvm/llvm-project] fc2dac: [PPC] Fix platform definitions when compiling Free...
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Sat Aug 29 03:03:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc2dac4116df62c25396b15ec9730f67a0b1aac7
https://github.com/llvm/llvm-project/commit/fc2dac4116df62c25396b15ec9730f67a0b1aac7
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M clang/lib/Basic/Targets.cpp
M clang/test/CodeGen/target-data.c
M clang/test/Driver/freebsd.c
M clang/test/Driver/ppc-abi.c
M clang/test/Preprocessor/init-ppc64.c
Log Message:
-----------
[PPC] Fix platform definitions when compiling FreeBSD powerpc64 as LE
As a prerequisite to doing experimental buids of pieces of FreeBSD PowerPC64 as little-endian, allow actually targeting it.
This is needed so basic platform definitions are pulled in. Without it, the compiler will only run freestanding.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D73425
More information about the All-commits
mailing list