aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/c-index-test/c-index-test.c
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2022-11-10 15:46:32 -0800
committerJason Molenda <jason@molenda.com>2022-11-10 15:49:23 -0800
commit48321eea9679e1d8c5a30f4027e1aa49738aebf3 (patch)
treef7e5df3062a7fbace4bacf80d4c0139ebdcc17d9 /clang/tools/c-index-test/c-index-test.c
parente66d79e5154cb1a90fd34c2f0d530bf77c1c59ab (diff)
downloadllvm-48321eea9679e1d8c5a30f4027e1aa49738aebf3.zip
llvm-48321eea9679e1d8c5a30f4027e1aa49738aebf3.tar.gz
llvm-48321eea9679e1d8c5a30f4027e1aa49738aebf3.tar.bz2
Check m_dyld_up directly in LoadBinariesViaMetadata
In the restructuring I did in https://reviews.llvm.org/D133680 , I call ObjectFile::LoadBinariesViaMetadata, and the process m_dyld may be set by a method under there -- in ProcessMachCore::LoadBinariesViaMetadata I wanted to check to see if m_dyld_up had been set. I did this by calling the GetDynamicLoader() method, but that method will call FindPlugin() if there is no dynamic loader yet, and the static dynamic loader plugin was being loaded, preventing the scan for userland binaries in a userland corefile. Differential Revision: https://reviews.llvm.org/D137807 rdar://102210820
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
0 files changed, 0 insertions, 0 deletions