diff options
| author | Dokyung Song <dokyungs@google.com> | 2018-09-06 15:49:23 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 13:01:53 +0200 |
| commit | 11c256cdcd601b67fcf5611fe8aed55b9ff00143 (patch) | |
| tree | 63bff88ba1faed749a2fddad2b22e8d56d5b9981 /executor/defs.h | |
| parent | e3d1d545d390055ca67987d27243e0d2b37feedd (diff) | |
sys/fuchsia: prune unused structs in syscall description generated by fidlgen
After generating syscall description for fidl files using fidlgen, prune
all unused structs using the exact same mechanism used by the compiler's
check for unused structs. This allows the FIDL compiler to support
modular compilation; it does not need to have global knowledge of
whether each struct is used or not.
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h index f5322ae6b..23389279c 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "ee62749ce0e69fd29de1864a220e909a18613438" +#define SYZ_REVISION "6cdbdf7c4071faca2094bf2150ea2a90384bb008" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 @@ -45,7 +45,7 @@ #if GOARCH_arm64 #define GOARCH "arm64" -#define SYZ_REVISION "80d5b2ce01d8c9deca31efaa1a61da313eaa44e6" +#define SYZ_REVISION "59de262e4cd9e36f40a7767839877a47372efa54" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 |
