[Lldb-commits] [lldb] 079c8cc - [lldb] Attempt to fix TestStepThroughTrampoline on windows

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 29 11:00:07 PDT 2022


Author: Pavel Labath
Date: 2022-06-29T19:59:24+02:00
New Revision: 079c8ccb33e8f134e1e6751b2ccf21e1f1c37650

URL: https://github.com/llvm/llvm-project/commit/079c8ccb33e8f134e1e6751b2ccf21e1f1c37650
DIFF: https://github.com/llvm/llvm-project/commit/079c8ccb33e8f134e1e6751b2ccf21e1f1c37650.diff

LOG: [lldb] Attempt to fix TestStepThroughTrampoline on windows

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/step-through-trampoline/foo.h

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/step-through-trampoline/foo.h b/lldb/test/API/lang/cpp/step-through-trampoline/foo.h
index edfeae5a215f3..4ae6e7c13c4b9 100644
--- a/lldb/test/API/lang/cpp/step-through-trampoline/foo.h
+++ b/lldb/test/API/lang/cpp/step-through-trampoline/foo.h
@@ -1,2 +1,2 @@
-extern void foo();
+LLDB_TEST_API extern void foo();
 


        


More information about the lldb-commits mailing list