[all-commits] [llvm/llvm-project] f7aeca: [Fuchsia] Don't fail for unknown architectures
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Nov 26 19:16:59 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7aeca45b23c09522afd9f88c6782b2a2acd0783
https://github.com/llvm/llvm-project/commit/f7aeca45b23c09522afd9f88c6782b2a2acd0783
Author: Petr Hosek <phosek at google.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M clang/lib/Driver/ToolChains/Fuchsia.cpp
Log Message:
-----------
[Fuchsia] Don't fail for unknown architectures
When selecting the set of default sanitizers, don't fail for unknown
architectures. This may be the case e.g. with x86_64-unknown-fuchsia
-m32 target that's used to build the bootloader.
Differential Revision: https://reviews.llvm.org/D70747
More information about the All-commits
mailing list