[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 18:02:46 PDT 2018


vitalybuka added a comment.

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

> @vitalybuka Turns out the simple trick I was using for Darwin did not work for the Linux linker, and more invasive changes were required.
>  What do you think? I don't see a way to do this without introducing extra substitutions, even though they are ugly.
>  I don't really mind the ugliness in testing configuration scripts here.


>From patch title I don't understand what are you trying to solve.
Why do we need to move files?


https://reviews.llvm.org/D47292





More information about the llvm-commits mailing list