aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2016-07-20 18:06:31 +0000
committerFrancis Ricci <francisjricci@gmail.com>2016-07-20 18:06:31 +0000
commitb04a7218304ddbaac9e4b730251681ecbe93b94e (patch)
treee7464d7e20c6762ac7e6d3aa7352c79104de6883 /llvm/lib/CodeGen/MachineInstr.cpp
parentc0812702f8c10bb196588707b9180cc413d3da60 (diff)
downloadllvm-b04a7218304ddbaac9e4b730251681ecbe93b94e.zip
llvm-b04a7218304ddbaac9e4b730251681ecbe93b94e.tar.gz
llvm-b04a7218304ddbaac9e4b730251681ecbe93b94e.tar.bz2
[compiler-rt] Fix target architecture matching
Summary: Use stricter comparisons for architecture. This prevents cmake from failing for sysroots which can only compile armhf and not arm, since arm MATCHES armhf is true, while arm STREQUAL armhf is false. Reviewers: beanz, compnerd Subscribers: aemerson, llvm-commits Differential Revision: https://reviews.llvm.org/D22473 llvm-svn: 276148
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions