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

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 14 12:10:40 PDT 2018


george.karpenkov added inline comments.


================
Comment at: test/fuzzer/dso.test:2
+RUN: %cpp_compiler %S/DSO1.cpp -fPIC %ld_flags_rpath_so -shared -o %dynamiclib
+RUN: %cpp_compiler %S/DSO2.cpp -fPIC %ld_flags_rpath_so2 -shared -o %dynamiclib2
+RUN: %cpp_compiler %S/DSOTestMain.cpp %S/DSOTestExtra.cpp %ld_flags_rpath_exe %ld_flags_rpath_exe2 -o %t-DSOTest
----------------
vitalybuka wrote:
> can you use 1 and 2 to make it look nicer?
OK


https://reviews.llvm.org/D47292





More information about the llvm-commits mailing list