[PATCH] D11376: [sanitizer] Add a variant of "include" flag that does not abort on missing file.
Alexey Samsonov
vonosmas at gmail.com
Tue Jul 21 12:16:30 PDT 2015
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/sanitizer_common/sanitizer_flags.cc:68
@@ +67,3 @@
+ parser->RegisterHandler(
+ "include?", fh_include_ignore_missing,
+ "read more options from the given file (if it exists)");
----------------
I would be prefer smth. more verbose like "optional_include", but this is optional.
Repository:
rL LLVM
http://reviews.llvm.org/D11376
More information about the llvm-commits
mailing list