[all-commits] [llvm/llvm-project] 6af875: [libcxx] Handle target triples with dashes in plat...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Fri Sep 11 06:42:36 PDT 2020
Branch: refs/heads/trunk
Home: https://github.com/llvm/llvm-project
Commit: 6af8758ba4d7c42298a14fcc2433f9ab49215ac1
https://github.com/llvm/llvm-project/commit/6af8758ba4d7c42298a14fcc2433f9ab49215ac1
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libcxx] Handle target triples with dashes in platform name
Target triples may contain a dash in the platform name (e.g.
"aarch64-arm-none-eabi"). Account for it when splitting the triple
into components.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D87508
More information about the All-commits
mailing list