[PATCH] D47292: [libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 19:16:31 PDT 2018


vitalybuka added a comment.

In https://reviews.llvm.org/D47292#1131936, @george.karpenkov wrote:

> @vitalybuka What do you think? I guess a more generalized framework could be developed to reduce code duplication, but I'm really not sure whether it's worth it.


I see.
Maybe we can create a patch with replacements like "%xdynamiclib_filename" -> "%xdynamiclib_filename1"
Then we will just wrap lit.common.cfg changes into the loop (1...2 for now :-) )?


https://reviews.llvm.org/D47292





More information about the llvm-commits mailing list