[all-commits] [llvm/llvm-project] e093e4: [ORC][AArch64] Add initial support for aarch64 in ...

Sunho Kim via All-commits all-commits at lists.llvm.org
Thu Jun 9 21:38:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e093e421070d737395fbedf2bce10fe311213f49
      https://github.com/llvm/llvm-project/commit/e093e421070d737395fbedf2bce10fe311213f49
  Author: Sunho Kim <ksunhokim123 at naver.com>
  Date:   2022-06-10 (Fri, 10 Jun 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp

  Log Message:
  -----------
  [ORC][AArch64] Add initial support for aarch64 in ELFNixPlatform.

Adds the aarch64 support in ELFNixPlatform. These are few simple changes, but it allows us to use the orc runtime in ELF/AARCH64 backend. It succesfully run the static initializers of stdlibc++ iostream so that "cout << Hello world" testcase starts to work.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D127060




More information about the All-commits mailing list