[all-commits] [llvm/llvm-project] 7879fa: [compiler-rt] Fix compilation when multiple archit...
eleviant via All-commits
all-commits at lists.llvm.org
Tue Jun 1 05:27:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7879fa6884723f35463de33cbe03b2acb93ea3cf
https://github.com/llvm/llvm-project/commit/7879fa6884723f35463de33cbe03b2acb93ea3cf
Author: Evgeny Leviant <eleviant at accesssoftek.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Fix compilation when multiple architectures can be targeted
When toolchain can supports all of arm, armhf and armv6m architectures compiler-rt
libraries won't compile because architecture specific flags are appended to single
BUILTIN_CFLAGS variable.
Differential revision: https://reviews.llvm.org/D103363
More information about the All-commits
mailing list