diff options
author | Vedant Kumar <vsk@apple.com> | 2018-10-16 18:13:42 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-10-16 18:13:42 +0000 |
commit | 2493707818de1fe3b364748eb2750606adf9e5f6 (patch) | |
tree | 56db4029237084403cc15b2997796523212ebd7d /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 696569d757be2bc0cccb302432173edde40b98d0 (diff) | |
download | bcm5719-llvm-2493707818de1fe3b364748eb2750606adf9e5f6.tar.gz bcm5719-llvm-2493707818de1fe3b364748eb2750606adf9e5f6.zip |
Use a relaxed substring check for function names in a test
The TestTailCallFrameSBAPI.py test checks that function names in a
backtrace are equal to an expected value.
Use a relaxed substring check because function dislpay names are
platform-dependent. E.g we see "void sink(void)" on Windows, but "sink()" on
Darwin. This seems like a bug -- just work around it for now.
llvm-svn: 344634
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions