[Lldb-commits] [lldb] [lldb] Include `` for `system_clock` and `now` (PR #118059)

2024-11-29 Thread Lily Wang via lldb-commits

https://github.com/LilyWangLL edited 
https://github.com/llvm/llvm-project/pull/118059
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [lldb] [lldb] Include `` for `system_clock` (PR #118059)

2024-11-29 Thread Lily Wang via lldb-commits

https://github.com/LilyWangLL edited 
https://github.com/llvm/llvm-project/pull/118059
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [lldb] [lldb] Include `` for `system_clock` (PR #118059)

2024-11-28 Thread Lily Wang via lldb-commits

https://github.com/LilyWangLL created 
https://github.com/llvm/llvm-project/pull/118059

I am a member of Microsoft vcpkg, due to there are new changes merged by 
microsoft/STL#5105, which revealed a conformance issue in `llvm`. It must add 
include `` to fix this error.

Compiler error with this STL change:
```
D:\b\llvm\src\org-18.1.6-e754cb1d0b.clean\lldb\tools\lldb-dap\ProgressEvent.h(79):
 error C2039: 'system_clock': is not a member of 'std::chrono'
D:\b\llvm\src\org-18.1.6-e754cb1d0b.clean\lldb\tools\lldb-dap\ProgressEvent.cpp(134):
 error C2039: 'now': is not a member of 'std::chrono'
```


>From ba57c78dbc302cc877cc9e2a0d3e91f77e73920c Mon Sep 17 00:00:00 2001
From: LilyWangLL <494550...@qq.com>
Date: Thu, 28 Nov 2024 23:31:32 -0800
Subject: [PATCH] Include `` for `system_clock`

---
 lldb/tools/lldb-dap/ProgressEvent.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/tools/lldb-dap/ProgressEvent.h 
b/lldb/tools/lldb-dap/ProgressEvent.h
index dac21977add2d0..72317b879c803a 100644
--- a/lldb/tools/lldb-dap/ProgressEvent.h
+++ b/lldb/tools/lldb-dap/ProgressEvent.h
@@ -7,6 +7,7 @@
 
//===--===//
 
 #include 
+#include 
 #include 
 #include 
 #include 

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


[Lldb-commits] [lldb] [lldb] Include `` for `system_clock` and `now` (PR #118059)

2024-12-06 Thread Lily Wang via lldb-commits

LilyWangLL wrote:

> (Please let us know if you need someone to press the merge button for you)

Please merge this PR, thanks~

https://github.com/llvm/llvm-project/pull/118059
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits