On Mon, 25 Jun 2018 10:52:57 +0200, Pavel Labath wrote: > BTW, the format of the test trace file names is configurable with a > command line option (--session-file-format). Since we already have > code which enforces that every test file name is unique, we might want > to swap the default format to use the file name instead of the class > name.
I have tried to change it but my patch has no effect, thanks for the advice but I have now a bigger fish to fry. Thanks, Jan
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 463c147ff..3dcce5e86 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -41,7 +41,7 @@ set(LLDB_TEST_COMMON_ARGS ${CMAKE_BINARY_DIR}/lldb-test-traces --build-dir ${CMAKE_BINARY_DIR}/lldb-test-build.noindex - -S nm + -S fm -u CXXFLAGS -u CFLAGS )
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits