diff options
author | Greg Clayton <gclayton@fb.com> | 2020-02-28 15:25:47 -0800 |
---|---|---|
committer | Greg Clayton <gclayton@fb.com> | 2020-02-28 17:21:43 -0800 |
commit | d334ce0b5acb945d6202d0ab6a17bdca530f50c1 (patch) | |
tree | 640dec8313d74217b1d27e6cb659657b5fe3c823 /llvm/unittests/ProfileData/CoverageMappingTest.cpp | |
parent | 9fcd212e2f678fdbdf304399a1e58ca490dc54d1 (diff) | |
download | llvm-d334ce0b5acb945d6202d0ab6a17bdca530f50c1.zip llvm-d334ce0b5acb945d6202d0ab6a17bdca530f50c1.tar.gz llvm-d334ce0b5acb945d6202d0ab6a17bdca530f50c1.tar.bz2 |
Fix GSYM tests to run the yaml files and fix test failures on some machines.
Summary: 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.
Reviewers: aprantl, thakis, MaskRay, aadsm, wallace
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75390
Diffstat (limited to 'llvm/unittests/ProfileData/CoverageMappingTest.cpp')
0 files changed, 0 insertions, 0 deletions