mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
17 lines
831 B
XML
17 lines
831 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
Bear is a tool that generates a compilation database for clang tooling.
|
|
The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool.
|
|
To achieve that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker.
|
|
Bear has two components: the library and the binary.
|
|
The library redefines the exec methods to be used by all child processes.
|
|
The executable enables the use of the library for child processes and writes the output file.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">rizsotto/Bear</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|