[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 10:51:31 PDT 2018


jdenny updated this revision to Diff 156318.
jdenny added a comment.

Removed config.test_exec_root, which is unique to each config by default.


https://reviews.llvm.org/D49249

Files:
  compiler-rt/test/fuzzer/lit.site.cfg.in


Index: compiler-rt/test/fuzzer/lit.site.cfg.in
===================================================================
--- compiler-rt/test/fuzzer/lit.site.cfg.in
+++ compiler-rt/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.156318.patch
Type: text/x-patch
Size: 451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180719/3382e329/attachment.bin>


More information about the llvm-commits mailing list