[all-commits] [llvm/llvm-project] 6e5853: [JITLink] Add missing symbols for ELF ehframe test...

lhames via All-commits all-commits at lists.llvm.org
Sun Jan 31 17:24:42 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e58539659aea0ee621c7e267d825aa82d4e7e96
      https://github.com/llvm/llvm-project/commit/6e58539659aea0ee621c7e267d825aa82d4e7e96
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

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

  Log Message:
  -----------
  [JITLink] Add missing symbols for ELF ehframe testcase, re-enable on Windows.

This testcase was failing on windows due to missing definitions. This commit
adds definitions of the missing symbols (as absolute symbols) to eliminate the
errors.




More information about the All-commits mailing list