diff options
Diffstat (limited to 'libtsan.0.pkg')
-rw-r--r-- | libtsan.0.pkg/control | 6 | ||||
-rw-r--r-- | libtsan.0.pkg/files | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libtsan.0.pkg/control b/libtsan.0.pkg/control new file mode 100644 index 0000000..ea5444c --- /dev/null +++ b/libtsan.0.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, +Description: ThreadSanitizer (TSan), a race detector + ThreadSanitizer is a tool that detects data races. It consists of a compiler + instrumentation module and a run-time library. diff --git a/libtsan.0.pkg/files b/libtsan.0.pkg/files new file mode 100644 index 0000000..685f25b --- /dev/null +++ b/libtsan.0.pkg/files @@ -0,0 +1,2 @@ +/usr/lib/*/libtsan.so.* +/usr/lib/*/libtsan*.o |