[PATCH] D148596: [KMSAN] Enable on SystemZ

Ilya Leoshkevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 02:37:33 PDT 2023


iii updated this revision to Diff 515661.
iii added a comment.

- (unsigned)0 -> 0u (0 doesn't work, because the overload becomes ambiguous).
- Improve matching in the testcase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148596/new/

https://reviews.llvm.org/D148596

Files:
  clang/lib/Driver/ToolChains/Linux.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/SystemZ/basic-kernel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148596.515661.patch
Type: text/x-patch
Size: 16133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230421/098fe128/attachment-0001.bin>


More information about the cfe-commits mailing list