diff options
author | Petr Hosek <phosek@chromium.org> | 2018-08-14 18:01:19 +0000 |
---|---|---|
committer | Petr Hosek <phosek@chromium.org> | 2018-08-14 18:01:19 +0000 |
commit | 39f086074363e5396f991527c3160930670292e0 (patch) | |
tree | 72b7962a30f1612c6f4417ea3c749e0f047782fa /llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp | |
parent | f446282aad4ce40b0c4570813261b78c527a588b (diff) | |
download | bcm5719-llvm-39f086074363e5396f991527c3160930670292e0.tar.gz bcm5719-llvm-39f086074363e5396f991527c3160930670292e0.zip |
[CMake] Don't parse target triple except for arch
compiler-rt CMake build currently tries to parse the triple and then
put it back together, but doing so inherently tricky, and doing so
from CMake is just crazy and currently doesn't handle triples that
have more than three components. Fortunatelly, the CMake really only
needs the architecture part, which is typically the first component,
to construct variants for other architectures. This means we can keep
the rest of the triple as is and avoid the parsing altogether.
Differential Revision: https://reviews.llvm.org/D50548
llvm-svn: 339701
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp')
0 files changed, 0 insertions, 0 deletions