[PATCH] D36810: Minimal runtime for UBSan.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 13:05:02 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL312029: Minimal runtime for UBSan. (authored by eugenis).

Changed prior to commit:
  https://reviews.llvm.org/D36810?vs=112964&id=113143#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36810

Files:
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Driver/SanitizerArgs.h
  cfe/trunk/include/clang/Frontend/CodeGenOptions.def
  cfe/trunk/lib/CodeGen/CGExpr.cpp
  cfe/trunk/lib/Driver/SanitizerArgs.cpp
  cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/unsigned-overflow-minimal.c
  cfe/trunk/test/Driver/fsanitize.c
  cfe/trunk/test/Driver/sanitizer-ld.c
  compiler-rt/trunk/cmake/config-ix.cmake
  compiler-rt/trunk/lib/ubsan_minimal/CMakeLists.txt
  compiler-rt/trunk/lib/ubsan_minimal/ubsan.syms.extra
  compiler-rt/trunk/lib/ubsan_minimal/ubsan_minimal_handlers.cc
  compiler-rt/trunk/test/ubsan_minimal/CMakeLists.txt
  compiler-rt/trunk/test/ubsan_minimal/TestCases/recover-dedup-limit.cpp
  compiler-rt/trunk/test/ubsan_minimal/TestCases/recover-dedup.cpp
  compiler-rt/trunk/test/ubsan_minimal/TestCases/uadd-overflow.cpp
  compiler-rt/trunk/test/ubsan_minimal/lit.common.cfg
  compiler-rt/trunk/test/ubsan_minimal/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36810.113143.patch
Type: text/x-patch
Size: 29106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/ed5fe366/attachment.bin>


More information about the llvm-commits mailing list