Files
clang-p2996/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
Lang Hames 2667be0eb8 [JITLink][MachO] Error on N_EXT symbols with illegal string-table index 0.
Index 0 is reserved for anonymous symbols, which can't have the N_EXT bit
set (since N_EXT means non-local scope, and non-local scope requires a name).
2023-01-28 19:58:27 -08:00

30 KiB