Author: Raphael Isemann
Date: 2020-07-15T16:26:37+02:00
New Revision: 9c1c6a3fcca840b75a0ae818ac4e24e7460c397b

URL: 
https://github.com/llvm/llvm-project/commit/9c1c6a3fcca840b75a0ae818ac4e24e7460c397b
DIFF: 
https://github.com/llvm/llvm-project/commit/9c1c6a3fcca840b75a0ae818ac4e24e7460c397b.diff

LOG: Revert "[lldb] Use the basename of the Python test for the log name 
instead of the class name"

This reverts commit 29aab9b5c748b28b231e2ca0f9b95453638ade1a.

It seems on Windows the file name is just always "lldbsuite.test.lldbtest" for
all tests and that breaks pretty much everything. Reverting until we have
a better solution.

Added: 
    

Modified: 
    lldb/test/API/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/CMakeLists.txt b/lldb/test/API/CMakeLists.txt
index 23b211e14cfa..34f3522c8dfe 100644
--- a/lldb/test/API/CMakeLists.txt
+++ b/lldb/test/API/CMakeLists.txt
@@ -38,7 +38,7 @@ set(LLDB_TEST_USER_ARGS
 set(LLDB_TEST_COMMON_ARGS
   -s
   ${CMAKE_BINARY_DIR}/lldb-test-traces
-  -S fm
+  -S nm
   -u CXXFLAGS
   -u CFLAGS
   )


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to