[PATCH] D38904: Allow building libFuzzer in two-stage compiler-rt build
George Karpenkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 13 15:03:27 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL315771: Allow building libFuzzer in two-stage compiler-rt build (authored by george.karpenkov).
Changed prior to commit:
https://reviews.llvm.org/D38904?vs=118977&id=118979#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38904
Files:
cfe/trunk/runtime/CMakeLists.txt
Index: cfe/trunk/runtime/CMakeLists.txt
===================================================================
--- cfe/trunk/runtime/CMakeLists.txt
+++ cfe/trunk/runtime/CMakeLists.txt
@@ -109,7 +109,7 @@
USES_TERMINAL)
# Add top-level targets that build specific compiler-rt runtimes.
- set(COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan ubsan-minimal)
+ set(COMPILER_RT_RUNTIMES fuzzer asan builtins dfsan lsan msan profile tsan ubsan ubsan-minimal)
foreach(runtime ${COMPILER_RT_RUNTIMES})
get_ext_project_build_command(build_runtime_cmd ${runtime})
add_custom_target(${runtime}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38904.118979.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171013/7e99b808/attachment.bin>
More information about the cfe-commits
mailing list