Jonas Devlieghere
ccf1469a4c
[lldb] Make lldbVersion a full fledged library
...
Because of its dependency on clang (and potentially other compilers
downstream, such as swift) lldb_private::GetVersion already lives in its
own library called lldbBase. Despite that, its implementation was spread
across unrelated files. This patch improves things by introducing a
Version library with its own directory, header and implementation file.
The benefits of this patch include:
- We can get rid of the ugly quoting macros.
- Other parts of LLDB can read the version number from
lldb/Version/Version.inc.
- The implementation can be swapped out for tools like lldb-server than
don't need to depend on clang at all.
Differential revision: https://reviews.llvm.org/D115211
2021-12-08 15:14:34 -08:00
..
2021-12-08 15:14:34 -08:00
2021-10-18 15:29:24 -07:00
2021-10-18 15:29:24 -07:00
2020-02-17 23:15:40 -08:00
2021-08-06 15:29:55 -07:00
2020-02-17 23:15:40 -08:00
2021-06-17 14:39:35 +01:00
2020-02-17 23:15:40 -08:00
2021-10-18 15:29:24 -07:00
2020-02-17 23:15:40 -08:00
2021-08-05 10:18:14 -07:00
2021-06-09 09:43:13 -07:00
2021-10-21 12:14:21 -07:00
2020-03-23 15:28:17 +01:00
2021-10-21 12:14:21 -07:00
2020-02-17 23:15:40 -08:00
2021-07-02 11:31:16 -07:00
2020-02-17 23:15:40 -08:00
2021-10-18 15:29:24 -07:00
2021-07-02 11:31:16 -07:00
2021-07-02 11:31:16 -07:00
2020-02-17 23:15:40 -08:00
2021-06-17 14:39:35 +01:00
2020-06-02 13:23:53 -04:00
2021-12-08 11:20:25 +00:00
2020-02-17 23:15:40 -08:00
2021-07-30 11:47:58 +01:00
2021-06-24 17:35:45 +01:00
2021-10-18 15:29:24 -07:00
2021-10-26 10:04:35 +02:00
2020-06-02 13:23:53 -04:00
2021-06-17 14:39:35 +01:00
2020-02-17 23:15:40 -08:00
2021-11-17 17:59:47 -08:00
2020-02-17 23:15:40 -08:00
2021-07-02 11:31:16 -07:00
2020-02-17 23:15:40 -08:00
2021-07-27 18:58:56 -07:00
2020-09-01 17:33:39 -07:00
2021-06-17 14:39:35 +01:00
2020-06-02 13:23:53 -04:00
2021-06-23 11:25:10 +00:00
2020-02-17 23:15:40 -08:00
2021-07-02 11:31:16 -07:00
2020-09-15 09:40:17 -07:00
2020-07-23 13:05:45 +02:00
2020-07-22 11:43:16 +02:00
2021-08-09 12:06:59 +02:00
2020-02-17 23:15:40 -08:00
2021-08-05 10:18:14 -07:00
2020-02-17 23:15:40 -08:00
2021-10-25 11:50:02 -07:00
2020-02-17 23:15:40 -08:00
2021-11-01 22:15:01 -07:00
2020-02-17 23:15:40 -08:00
2021-11-11 15:04:44 -06:00
2020-02-17 23:15:40 -08:00
2021-06-17 14:39:35 +01:00
2021-06-17 15:14:47 -07:00
2021-10-18 10:14:42 +02:00
2021-03-30 17:31:37 -07:00
2021-10-21 11:34:43 -07:00
2020-02-17 23:15:40 -08:00
2021-12-08 15:14:34 -08:00
2020-02-17 23:15:40 -08:00
2021-10-23 20:41:46 -07:00
2020-02-17 23:15:40 -08:00
2021-06-17 14:39:35 +01:00
2020-02-17 23:15:40 -08:00
2021-03-23 18:24:47 +01:00
2021-03-23 18:24:47 +01:00
2021-10-21 12:14:21 -07:00