diff options
author | GeorgeHuyubo <113479859+GeorgeHuyubo@users.noreply.github.com> | 2025-04-23 15:46:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 15:46:12 -0700 |
commit | d72f1f92f469a5d0ee28dc89f72977634d90d111 (patch) | |
tree | 044f20a4f56989f386c861af2e1a9003b2b933e3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 9a8f90dba3f8c25cbb3525a482053d3abcd3fddc (diff) | |
download | llvm-d72f1f92f469a5d0ee28dc89f72977634d90d111.zip llvm-d72f1f92f469a5d0ee28dc89f72977634d90d111.tar.gz llvm-d72f1f92f469a5d0ee28dc89f72977634d90d111.tar.bz2 |
Bug fix in FindModuleUUID (#137075)
In some core file, we are seeing that it's not always the case that the
ELF header would exist in the first region in NT_FILES section.
Therefore the FindModuleUUID is not able to find the module UUID by just
returning the first entry with path matching.
This fix change the behavior to continue search the NT_FILE entries
until finding a valid UUID with path matching.
Co-authored-by: George Hu <georgehuyubo@gmail.com>
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions