Fangrui Song
56ee31964f
SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLDB_RECORD_DUMMY
...
POSIX says FILE is a typedef to a structure containing information about
a file. The structure is unspecified, i.e. it may be an incomplete type, as is the case on musl
(`struct _IO_FILE` is an implementation detail that is not exposed).
`LLDB_RECORD_METHOD(..., (FILE *), ...)` transitively uses sizeof(FILE)
and requires the structure to be complete. Change it to
LLDB_RECORD_DUMMY to fix the build failure on musl (regression of
D57475).
Reviewed By: JDevlieghere, labath, lawrence_danna
Differential Revision: https://reviews.llvm.org/D68872
llvm-svn: 375072
2019-10-17 01:28:07 +00:00
..
2019-10-03 04:01:07 +00:00
2016-10-29 00:29:15 +00:00
2019-09-11 13:57:41 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-04-26 22:43:16 +00:00
2019-05-23 11:14:47 +00:00
2019-04-26 22:43:16 +00:00
2019-08-14 22:19:23 +00:00
2019-05-03 10:03:28 +00:00
2019-05-23 11:14:47 +00:00
2019-10-04 19:32:57 +00:00
2019-10-17 01:28:07 +00:00
2019-05-23 11:14:47 +00:00
2019-08-06 09:12:42 +00:00
2019-05-23 11:14:47 +00:00
2019-10-14 20:15:28 +00:00
2019-08-14 22:19:23 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-04-03 21:31:22 +00:00
2019-04-03 21:31:22 +00:00
2019-10-15 16:46:27 +00:00
2019-04-03 21:31:22 +00:00
2019-04-03 21:31:22 +00:00
2019-08-14 22:19:23 +00:00
2019-05-23 11:14:47 +00:00
2019-07-05 17:42:08 +00:00
2019-10-14 21:51:02 +00:00
2019-10-14 21:51:02 +00:00
2019-03-19 17:13:13 +00:00
2019-03-19 17:13:13 +00:00
2019-08-14 22:19:23 +00:00
2019-05-23 11:14:47 +00:00
2019-04-03 21:31:22 +00:00
2019-04-03 21:31:22 +00:00
2019-10-01 15:40:41 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-10-14 20:15:28 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-10-03 04:01:07 +00:00
2019-08-05 05:43:48 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-10-15 17:41:40 +00:00
2019-08-14 22:19:23 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-08-14 22:19:23 +00:00
2019-05-23 11:14:47 +00:00
2019-10-01 15:40:41 +00:00
2019-10-03 22:50:18 +00:00
2019-05-23 11:14:47 +00:00
2019-10-03 22:50:18 +00:00
2019-03-19 17:13:13 +00:00
2019-03-19 17:13:13 +00:00
2019-10-09 16:22:14 +00:00
2019-09-04 09:47:18 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-05-23 11:14:47 +00:00
2019-04-03 21:31:22 +00:00
2019-05-23 11:14:47 +00:00
2019-09-26 17:15:18 +00:00
2019-04-10 20:48:55 +00:00
2019-08-14 22:19:23 +00:00