Skip to content

Commit 31c4d17

Browse files
[ExecutionEngine] Fix formatting (NFC)
1 parent b72079e commit 31c4d17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ llvm_orc_rt_alt_UnwindInfoManager_deregister(const char *Data, uint64_t Size) {
5050

5151
namespace llvm::orc {
5252

53-
[[maybe_unused]] static const char *AddFnName = "__unw_add_find_dynamic_unwind_sections";
54-
[[maybe_unused]] static const char *RemoveFnName = "__unw_remove_find_dynamic_unwind_sections";
53+
[[maybe_unused]] static const char *AddFnName =
54+
"__unw_add_find_dynamic_unwind_sections";
55+
[[maybe_unused]] static const char *RemoveFnName =
56+
"__unw_remove_find_dynamic_unwind_sections";
5557
static std::unique_ptr<UnwindInfoManager> Instance;
5658
static int (*RemoveFindDynamicUnwindSections)(void *) = nullptr;
5759

0 commit comments

Comments
 (0)