llvm-project/llvm
Jinsong Ji a72b9dfd45 [sanitizer] Enable whitelist/blacklist in new PM
https://reviews.llvm.org/D63616 added `-fsanitize-coverage-whitelist`
and `-fsanitize-coverage-blacklist` for clang.

However, it was done only for legacy pass manager.
This patch enable it for new pass manager as well.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D79653
2020-05-10 02:34:29 +00:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04:00
docs [LangRef] Describe linkage types, allocation size of declarations for global variables 2020-05-08 16:21:30 -07:00
examples [examples] Fix an incomplete comment. 2020-05-01 11:06:41 -07:00
include [sanitizer] Enable whitelist/blacklist in new PM 2020-05-10 02:34:29 +00:00
lib [sanitizer] Enable whitelist/blacklist in new PM 2020-05-10 02:34:29 +00:00
projects
resources
runtimes
test [X86] Add test cases for vXi16 PMULH opportunities that don't end in truncate. 2020-05-09 17:13:33 -07:00
tools [COFF] Migrate COFFObjectFile to Expected<T> 2020-05-08 14:01:39 -07:00
unittests Revert "Relands "[YAMLVFSWriter][Test][NFC] Add couple tests"" 2020-05-08 21:36:29 -07:00
utils [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [AIX] Make sure we use export lists for plugins 2020-05-08 14:00:25 -04:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.