[PATCH] D49249: [libFuzzer] Use separate test directory for each config
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 19:44:16 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337521: [libFuzzer] Use separate test directory for each config (authored by jdenny, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D49249?vs=156318&id=156421#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49249
Files:
compiler-rt/trunk/test/fuzzer/lit.site.cfg.in
Index: compiler-rt/trunk/test/fuzzer/lit.site.cfg.in
===================================================================
--- compiler-rt/trunk/test/fuzzer/lit.site.cfg.in
+++ compiler-rt/trunk/test/fuzzer/lit.site.cfg.in
@@ -1,7 +1,5 @@
@LIT_SITE_CFG_IN_HEADER@
-config.test_exec_root = "@CMAKE_CURRENT_BINARY_DIR@"
-
config.cpp_compiler = "@LIBFUZZER_TEST_COMPILER@"
config.target_flags = "@LIBFUZZER_TEST_FLAGS@"
config.c_compiler = "@LIBFUZZER_TEST_COMPILER@"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49249.156421.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/7619fe33/attachment.bin>
More information about the llvm-commits
mailing list