[all-commits] [llvm/llvm-project] 5416fc: [gn build] make building on an arm mac work
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Jul 2 11:23:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5416fc014ae5590fdef89630f3777d3216879fbb
https://github.com/llvm/llvm-project/commit/5416fc014ae5590fdef89630f3777d3216879fbb
Author: Nico Weber <thakis at chromium.org>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M llvm/utils/gn/get.py
M llvm/utils/gn/gn.py
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/triples.gni
Log Message:
-----------
[gn build] make building on an arm mac work
Currently requires `llvm_targets_to_build = [ "X86", "AArch64" ]`:
building just the host arch (i.e. aarch64) causes some linker errors.
More information about the All-commits
mailing list