[Lldb-commits] [lldb] r335431 - Make testcase classnames unique

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 25 05:50:07 PDT 2018


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
-------------- next part --------------
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
   )


More information about the lldb-commits mailing list