infra: bump introspector (#11678)

Bumps introspector. The primary update is that we now expose all debug
information in an index file where each type is indexed by its address.
The address is the key used by LLVM, which is unique for each type.
There are additional helped features to make debug information look
prettier as it's quite verbose.

The goal is to assist making it easier to extract full type contexts.

Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
DavidKorczynski 2024-03-10 10:55:06 +00:00 committed by GitHub
parent c0c4b5402d
commit 10e6cbd71d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout 2188913aac0f423ec2aa6f4efdd5de6df0752376 && \
git checkout 2e1462803b3f391ce0f414e766f1b2442dcf4260 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \