[PATCH] D50515: Re-push "[Option] Fix PR37006 prefix choice in findNearest"
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 11:19:28 PDT 2019
thakis added a comment.
Herald added a project: LLVM.
I re-landed this to get access to the msan output, since the link above has long expired. Here's the new link: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/31821/steps/check-clang%20msan/logs/stdio
Sadly, the bot output isn't super useful:
Command Output (stderr):
--
/b/sanitizer-x86_64-linux-fast/build/llvm/tools/clang/test/CodeGen/thinlto_backend.ll:10:18: error: CHECK-WARNING: expected string not found in input
; CHECK-WARNING: error: invalid argument '-fthinlto-index={{.*}}' only allowed with '-x ir'
^
<stdin>:1:1: note: scanning from here
==7832==WARNING: MemorySanitizer: use-of-uninitialized-value
^
--
I'll see if I can figure out how to do an msan build of llvm.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50515/new/
https://reviews.llvm.org/D50515
More information about the cfe-commits
mailing list