aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-08-27 18:28:07 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-08-27 18:28:07 +0000
commitae56e593b90c61eda160d03398e953cc5c6037b3 (patch)
tree15ce4e6f14a95fd2b76887fd951b7248927e7f5b /llvm/lib/Object/XCOFFObjectFile.cpp
parent3737c0239a58803c37b234a2ecbfd5e2e7ac65d8 (diff)
downloadllvm-ae56e593b90c61eda160d03398e953cc5c6037b3.zip
llvm-ae56e593b90c61eda160d03398e953cc5c6037b3.tar.gz
llvm-ae56e593b90c61eda160d03398e953cc5c6037b3.tar.bz2
Add GWP-ASan fuzz target to compiler-rt/tools.
Summary: @eugenis to approve addition of //compiler-rt/tools. @pree-jackie please confirm that this WFY. D66494 introduced the GWP-ASan stack_trace_compressor_fuzzer. Building fuzz targets in compiler-rt is a new affair, and has some challenges: - If the host compiler doesn't have compiler-rt, the -fsanitize=fuzzer may not be able to link against `libclang_rt.fuzzer*`. - Things in compiler-rt generally aren't built when you want to build with sanitizers using `-DLLVM_USE_SANITIZER`. This tricky to work around, so we create the new tools directory so that we can build fuzz targets with sanitizers. This has the added bonus of fixing the problem above as well, as we can now just guard the fuzz target build to only be done with `-DLLVM_USE_SANITIZE_COVERAGE=On`. Reviewers: eugenis, pree-jackie Reviewed By: eugenis, pree-jackie Subscribers: dberris, mgorny, #sanitizers, llvm-commits, eugenis, pree-jackie, lebedev.ri, vitalybuka, morehouse Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D66776 llvm-svn: 370094
Diffstat (limited to 'llvm/lib/Object/XCOFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions