summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-08-14 18:01:19 +0000
committerPetr Hosek <phosek@chromium.org>2018-08-14 18:01:19 +0000
commit39f086074363e5396f991527c3160930670292e0 (patch)
tree72b7962a30f1612c6f4417ea3c749e0f047782fa /llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
parentf446282aad4ce40b0c4570813261b78c527a588b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud