[all-commits] [llvm/llvm-project] 36b1fb: [ORC-RT] Fix typos in file comments. NFC.

Lang Hames via All-commits all-commits at lists.llvm.org
Sun Mar 23 19:49:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36b1fb5c7afae5583c76f347e247731e5db37190
      https://github.com/llvm/llvm-project/commit/36b1fb5c7afae5583c76f347e247731e5db37190
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-03-24 (Mon, 24 Mar 2025)

  Changed paths:
    M compiler-rt/lib/orc/tests/unit/error_test.cpp

  Log Message:
  -----------
  [ORC-RT] Fix typos in file comments. NFC.


  Commit: 5d8e8e82e1cf0df49afceffe52dbccec3084c15f
      https://github.com/llvm/llvm-project/commit/5d8e8e82e1cf0df49afceffe52dbccec3084c15f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-03-24 (Mon, 24 Mar 2025)

  Changed paths:
    M compiler-rt/lib/orc/CMakeLists.txt
    M compiler-rt/lib/orc/error.h
    R compiler-rt/lib/orc/extensible_rtti.cpp
    R compiler-rt/lib/orc/extensible_rtti.h
    A compiler-rt/lib/orc/rtti.cpp
    A compiler-rt/lib/orc/rtti.h
    M compiler-rt/lib/orc/tests/unit/CMakeLists.txt
    R compiler-rt/lib/orc/tests/unit/extensible_rtti_test.cpp
    A compiler-rt/lib/orc/tests/unit/rtti_test.cpp

  Log Message:
  -----------
  [ORC-RT] Rename extensible_rtti.{h,cpp} to rtti.{h,cpp}. NFCI.

The "extensible_" prefix on these files was inherited from LLVM, where it
distinguished the dynamic RTTI APIs from the LLVM's custom static RTTI APIs.

In the ORC runtime these files will be used to hold all of our RTTI APIs
(the current dynamic ones, and any static ones added in the future), so we
shouldn't use this prefix.


Compare: https://github.com/llvm/llvm-project/compare/e409464e955e...5d8e8e82e1cf

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