[all-commits] [llvm/llvm-project] cdcc35: [ORC][ORC-RT] Add initial Objective-C and Swift su...

lhames via All-commits all-commits at lists.llvm.org
Mon Jul 26 01:38:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdcc35476833eca4f4996256e3ca0b21ecc26ad8
      https://github.com/llvm/llvm-project/commit/cdcc35476833eca4f4996256e3ca0b21ecc26ad8
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M compiler-rt/lib/orc/macho_platform.cpp
    M compiler-rt/lib/orc/macho_platform.h
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-objc-methods.S
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/Mangling.cpp

  Log Message:
  -----------
  [ORC][ORC-RT] Add initial Objective-C and Swift support to MachOPlatform.

This allows ORC to execute code containing Objective-C and Swift classes and
methods (provided that the language runtime is loaded into the executor).




More information about the All-commits mailing list