summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-04-11 13:20:00 +0000
committerAlexey Samsonov <samsonov@google.com>2013-04-11 13:20:00 +0000
commit305e3b277c5e721431e60808293a9228c62e319e (patch)
tree64372933e62c72a126d41f510923ff0b3aecf59f /include/llvm/Transforms
parent34e3051f8cef9c905294da689ce8315196b4de7d (diff)
downloadllvm-305e3b277c5e721431e60808293a9228c62e319e.tar.gz
llvm-305e3b277c5e721431e60808293a9228c62e319e.tar.bz2
llvm-305e3b277c5e721431e60808293a9228c62e319e.tar.xz
[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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Utils/BlackList.h b/include/llvm/Transforms/Utils/BlackList.h
index f19470e19d..316b364845 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 .*