Commit bd6783b3 authored by Leandro Lupori's avatar Leandro Lupori
Browse files

[compiler-rt] Fix invalid triple on ARM build

The fuzzer build was failing on armv7l, with an invalid triple
error. This happened because CMake's get_compiler_rt_target
function was missing some code to correctly handle arm archs,
such as armhf.

This was originaly part of https://reviews.llvm.org/D140011, that
landed on main with commit cd173cbd.

Fixes #60115

Differential Revision: https://reviews.llvm.org/D142906
parent ccbab597
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment