[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
Thu Jun 14 00:59:47 PDT 2018


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
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
----------------
can you use 1 and 2 to make it look nicer?


https://reviews.llvm.org/D47292





More information about the llvm-commits mailing list