[all-commits] [llvm/llvm-project] f6c51e: [ORC-RT] Fix unit tests on Linux.

Lang Hames via All-commits all-commits at lists.llvm.org
Sun Dec 8 18:42:36 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6c51ea84ac914454142ee76f317c5f66a088434
      https://github.com/llvm/llvm-project/commit/f6c51ea84ac914454142ee76f317c5f66a088434
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-12-09 (Mon, 09 Dec 2024)

  Changed paths:
    M compiler-rt/lib/orc/tests/unit/CMakeLists.txt
    A compiler-rt/lib/orc/tests/unit/common.cpp

  Log Message:
  -----------
  [ORC-RT] Fix unit tests on Linux.

The unit tests may transiently depend on __orc_rt_log_error, which is usually
provided by an alias when loading the runtime through the JIT. The unit tests
statically link the runtime, so this patch provides a fixed definition.



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