diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-04-11 13:20:00 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-04-11 13:20:00 +0000 |
commit | 305e3b277c5e721431e60808293a9228c62e319e (patch) | |
tree | 64372933e62c72a126d41f510923ff0b3aecf59f /include/llvm/Transforms | |
parent | 34e3051f8cef9c905294da689ce8315196b4de7d (diff) | |
download | external_llvm-305e3b277c5e721431e60808293a9228c62e319e.zip external_llvm-305e3b277c5e721431e60808293a9228c62e319e.tar.gz external_llvm-305e3b277c5e721431e60808293a9228c62e319e.tar.bz2 |
[ASan] Allow disabling init-order checks for globals by source file name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r-- | include/llvm/Transforms/Utils/BlackList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Utils/BlackList.h b/include/llvm/Transforms/Utils/BlackList.h index f19470e..316b364 100644 --- a/include/llvm/Transforms/Utils/BlackList.h +++ b/include/llvm/Transforms/Utils/BlackList.h @@ -20,6 +20,7 @@ // global-init:*global_with_initialization_issues* // global-init-type:*Namespace::ClassName* // src:file_with_tricky_code.cc +// global-init-src:ignore-global-initializers-issues.cc // --- // Note that the wild card is in fact an llvm::Regex, but * is automatically // replaced with .* |