[all-commits] [llvm/llvm-project] 7c0786: [ORC-RT] Test basic C++ static initialization supp...

Lang Hames via All-commits all-commits at lists.llvm.org
Wed Nov 20 23:21:09 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c0786363e6b14e05a868cfe7614074cf742e7cc
      https://github.com/llvm/llvm-project/commit/7c0786363e6b14e05a868cfe7614074cf742e7cc
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

  Changed paths:
    A compiler-rt/test/orc/TestCases/Darwin/Generic/trivial-cxx-constructor.cpp

  Log Message:
  -----------
  [ORC-RT] Test basic C++ static initialization support in the ORC runtime.

This tests that a simple C++ static initializer works as expected.

Compared to the architecture specific, assembly level regression tests for the
ORC runtime; this test is expected to catch cases where the compiler adopts
some new MachO feature that the ORC runtime does not yet support (e.g. a new
initializer section).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list