[all-commits] [llvm/llvm-project] 6db080: [JITLink] Suppress "symbols not found" errors for ...

lhames via All-commits all-commits at lists.llvm.org
Sun Apr 17 08:39:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6db0807c2cbe06ad0a5e4b82f8eb8b7815846926
      https://github.com/llvm/llvm-project/commit/6db0807c2cbe06ad0a5e4b82f8eb8b7815846926
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-04-17 (Sun, 17 Apr 2022)

  Changed paths:
    M llvm/test/ExecutionEngine/JITLink/X86/ELF_ehframe_large_static_personality_encodings.s

  Log Message:
  -----------
  [JITLink] Suppress "symbols not found" errors for testcase.

On some platforms _ZTIi may not be present (see discussion at
https://reviews.llvm.org/rG43acef48d38e). We don't need this symbol for the
test to work, so just add -phony-externals to the testcase to suppress the
error.




More information about the All-commits mailing list