aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/PrettyStackTrace.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2020-03-02 12:40:46 -0800
committerGreg Clayton <gclayton@fb.com>2020-03-02 12:52:53 -0800
commit57688350adea307e7bccb83b68a5b7333de31fd7 (patch)
treefe931b3811e3cdc0229ca8fc44ef20084187464f /llvm/lib/Support/PrettyStackTrace.cpp
parent4d6f3ee2ba5b3ea6d9f80e7baf9a746848c790aa (diff)
downloadllvm-57688350adea307e7bccb83b68a5b7333de31fd7.zip
llvm-57688350adea307e7bccb83b68a5b7333de31fd7.tar.gz
llvm-57688350adea307e7bccb83b68a5b7333de31fd7.tar.bz2
Fix GSYM tests to run the yaml files and fix test failures on some machines.
YAML files were not being run during lit testing as there was no lit.local.cfg file. Once this was fixed, some buildbots would fail due to a StringRef that pointed to a std::string inside of a temporary llvm::Triple object. These issues are fixed here by making a local triple object that stays around long enough so the StringRef points to valid data. Also fixed an issue where strings for files in the file table could be added in opposite order due to parameters to function calls not having a strong ordering, which caused tests to fail. Differential Revision: https://reviews.llvm.org/D75390
Diffstat (limited to 'llvm/lib/Support/PrettyStackTrace.cpp')
0 files changed, 0 insertions, 0 deletions