[PATCH] D73304: [compiler-rt] enable test-suite discovery in source tree for libFuzzer & profile
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 10:58:45 PST 2020
ychen marked an inline comment as done.
ychen added inline comments.
================
Comment at: compiler-rt/test/fuzzer/CMakeLists.txt:67-68
+ ${LIBFUZZER_TEST_EXEC_DIR}/lit.site.cfg.py
+ MAIN_CONFIG
+ ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py
)
----------------
ychen wrote:
> rnk wrote:
> > This isn't going to work well when the same test suite is configured multiple times. If you look at llvm-lit.in, it just adds a dictionary entry. Adding multiple entries for the same source directory will make the later ones overwrite the first, and the choice will be arbitrary. If you could generalize it a bit to run the same test in all supported configs (static/dynamic/32/64) for example, that would be useful.
> Understood. I'll try to add support for this.
> > If you could generalize it a bit to run the same test in all supported configs
D73980
D73981
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73304/new/
https://reviews.llvm.org/D73304
More information about the llvm-commits
mailing list