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();
 


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

Reply via email to