[all-commits] [llvm/llvm-project] 81f760: [PowerPC][AIX} FIx AIX bootstrap build.
Sean Fertile via All-commits
all-commits at lists.llvm.org
Wed Jun 2 06:32:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81f7607f7c7dadc9da2345455fa8e6f5eb9788f1
https://github.com/llvm/llvm-project/commit/81f7607f7c7dadc9da2345455fa8e6f5eb9788f1
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/include/llvm/IR/BasicBlock.h
Log Message:
-----------
[PowerPC][AIX} FIx AIX bootstrap build.
A recent patch:
https://reviews.llvm.org/rGe0921655b1ff8d4ba7c14be59252fe05b705920e
changed clangs AIX bitfield handling to use 4-byte bitfield containers,
matching XLs behavior. This change triggers static assert failures when
bootstrapping. Change the macro we check to enable bitfield packing on
AIX to `__clang__` which is defined by both xlclang and clang.
Differential Revision: https://reviews.llvm.org/D103474
More information about the All-commits
mailing list