summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFrameLowering.cpp
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2019-08-02 22:03:12 +0000
committerStella Stamenova <stilis@microsoft.com>2019-08-02 22:03:12 +0000
commitdf1b00a7cb1640c9d4bcb8456d07268266db1175 (patch)
tree8b658101d23657112c3eb205e65e2502487c50d0 /llvm/lib/Target/ARM/ARMFrameLowering.cpp
parent8fb7074d3b2831dd3ad812585f9f82d015d041da (diff)
downloadbcm5719-llvm-df1b00a7cb1640c9d4bcb8456d07268266db1175.tar.gz
bcm5719-llvm-df1b00a7cb1640c9d4bcb8456d07268266db1175.zip
[lit] Fix 42812: lit test suite can no longer be run stand-alone
Summary: This change updates the lit.cfg file to use llvm_config when it is available, but when it is not, it directly modifies the config object. This makes it possible to run the lit tests standalone without having built llvm (as long as the correct binaries are present in the path such as FileCheck and not). Because the lit tests don't take a hard dependency on llvm_config, some features such as system-windows have to have definitions in lit's cfg file as well. This is a potential issue as the os features sometimes change names (for example, we went from windows to system-windows, etc.). This can cause drift between lit's tests and the rest of the llvm tests. Reviewers: probinson, mgorny Reviewed By: mgorny Subscribers: delcypher, llvm-commits, asmith Tags: #llvm Differential Revision: https://reviews.llvm.org/D65674 llvm-svn: 367730
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFrameLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud