[PATCH] D41809: Clang counterpart change for fuzzer FreeBSD support
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 14 21:58:03 PST 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL322469: Clang counterpart change for fuzzer FreeBSD support (authored by kamil, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D41809?vs=129364&id=129797#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41809
Files:
cfe/trunk/lib/Driver/ToolChains/FreeBSD.cpp
Index: cfe/trunk/lib/Driver/ToolChains/FreeBSD.cpp
===================================================================
--- cfe/trunk/lib/Driver/ToolChains/FreeBSD.cpp
+++ cfe/trunk/lib/Driver/ToolChains/FreeBSD.cpp
@@ -392,6 +392,8 @@
}
if (IsX86 || IsX86_64) {
Res |= SanitizerKind::SafeStack;
+ Res |= SanitizerKind::Fuzzer;
+ Res |= SanitizerKind::FuzzerNoLink;
}
return Res;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41809.129797.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180115/6af5a7bd/attachment-0001.bin>
More information about the cfe-commits
mailing list