[all-commits] [llvm/llvm-project] 063128: [Fuchsia] Build compiler-rt builtins for 32-bit x86
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Apr 24 12:19:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 063128f97930c551a43a657084f1632e33245bf6
https://github.com/llvm/llvm-project/commit/063128f97930c551a43a657084f1632e33245bf6
Author: Petr Hosek <phosek at google.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/lib/Basic/Targets.cpp
Log Message:
-----------
[Fuchsia] Build compiler-rt builtins for 32-bit x86
While we don't support 32-bit architectures in Fuchsia, these are needed
in the early boot phase on x86, so we build just these to satisfy that
use case.
Differential Revision: https://reviews.llvm.org/D78687
More information about the All-commits
mailing list