search for: libabigail

Displaying 8 results from an estimated 8 matches for "libabigail".

2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...les and race conditions). - Google’s Bazel [3]: Stubbing used to improve build times. - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. - Android NDK: Stubbing used to reduce size of native sdk, control exported symbols, and improve build times. Somewhat tangentially, a tool called libabigail [6] provides utilities for tracking changes relevant to ELF files in a meaningful way. One of libabigai’s tools provides very detailed textual XML representations of objects, which is especially useful in the absence of a preexisting textual representation of shared objects’ exposed interfaces. Gli...
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...tubbing used to improve build times. > > - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. > > - Android NDK: Stubbing used to reduce size of native sdk, control > > exported symbols, and improve build times. > > > > Somewhat tangentially, a tool called libabigail [6] provides utilities > > for tracking changes relevant to ELF files in a meaningful way. One of > > libabigai’s tools provides very detailed textual XML representations > > of objects, which is especially useful in the absence of a preexisting > > textual representation of...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...3]: Stubbing used to improve build times. >> - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. >> - Android NDK: Stubbing used to reduce size of native sdk, control >> exported symbols, and improve build times. >> >> Somewhat tangentially, a tool called libabigail [6] provides utilities >> for tracking changes relevant to ELF files in a meaningful way. One of >> libabigai’s tools provides very detailed textual XML representations >> of objects, which is especially useful in the absence of a preexisting >> textual representation of sha...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...;> >> - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. >> >> - Android NDK: Stubbing used to reduce size of native sdk, control >> >> exported symbols, and improve build times. >> >> >> >> Somewhat tangentially, a tool called libabigail [6] provides utilities >> >> for tracking changes relevant to ELF files in a meaningful way. One of >> >> libabigai’s tools provides very detailed textual XML representations >> >> of objects, which is especially useful in the absence of a preexisting >> &g...
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...; >>> - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. > >>> - Android NDK: Stubbing used to reduce size of native sdk, control > >>> exported symbols, and improve build times. > >>> > >>> Somewhat tangentially, a tool called libabigail [6] provides utilities > >>> for tracking changes relevant to ELF files in a meaningful way. One of > >>> libabigai’s tools provides very detailed textual XML representations > >>> of objects, which is especially useful in the absence of a preexisting > >&g...
2018 Sep 27
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...> > - Google’s Fuchsia [4] [5]: Stubbing used to improve build times. >> > > - Android NDK: Stubbing used to reduce size of native sdk, control >> > > exported symbols, and improve build times. >> > > >> > > Somewhat tangentially, a tool called libabigail [6] provides utilities >> > > for tracking changes relevant to ELF files in a meaningful way. One of >> > > libabigai’s tools provides very detailed textual XML representations >> > > of objects, which is especially useful in the absence of a preexisting >>...
2018 Dec 31
0
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...used to improve build times.<br /> > >>> - Android NDK: Stubbing used to reduce size of native sdk, control<br /> > >>> exported symbols, and improve build times.<br /> > >>><br /> > >>> Somewhat tangentially, a tool called libabigail [6] provides utilities<br /> > >>> for tracking changes relevant to ELF files in a meaningful way. One of<br /> > >>> libabigai’s tools provides very detailed textual XML representations<br /> > >>> of objects, which is especially useful in t...
2018 Apr 11
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
On Tue, Apr 10, 2018 at 5:33 PM Jake Ehrlich via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Benifits of TBD: > 1) It's human readable and diffs on TBDs correspond to changes in the ABI. > Diffs can be automatically added to review processes to ensure that changes > to the ABI are reviewed. The TBDs also document your precise ABI. > 2) The size is smaller which means