diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-20 00:52:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-20 00:52:29 (EDT) |
commit | 55334761f1bbcc7426ddf6587a27d5a214c65f51 (patch) | |
tree | f190aa15d4a1370ae028229c0bde9d1e16a328c1 /liblsan.0.pkg | |
parent | 7a2e39e22e8de4648c2d56c4425edbc94d036c35 (diff) |
Add more binary packages
Diffstat (limited to 'liblsan.0.pkg')
-rw-r--r-- | liblsan.0.pkg/control | 7 | ||||
-rw-r--r-- | liblsan.0.pkg/files | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/liblsan.0.pkg/control b/liblsan.0.pkg/control new file mode 100644 index 0000000..65ee895 --- /dev/null +++ b/liblsan.0.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, +Description: LeakSanitizer (LSan), a memory leak detector + LeakSanitizer is a run-time memory leak detector. It can be combined with + AddressSanitizer to get both memory error and leak detection, or used in a + stand-alone mode. diff --git a/liblsan.0.pkg/files b/liblsan.0.pkg/files new file mode 100644 index 0000000..d8bff99 --- /dev/null +++ b/liblsan.0.pkg/files @@ -0,0 +1,2 @@ +/usr/lib/*/liblsan.so.* +/usr/lib/*/liblsan*.o |