Skip to content

Commit 4c9020d

Browse files
[ORC] Fix shlibs build: add Object to libLLVMOrcDebugging (#168343)
1 parent 3c87119 commit 4c9020d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ add_llvm_component_library(LLVMOrcDebugging
2222
BinaryFormat
2323
DebugInfoDWARF
2424
JITLink
25+
Object
2526
OrcJIT
2627
OrcShared
2728
Support

llvm/lib/ExecutionEngine/Orc/Debugging/ELFDebugObjectPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===------- ELFDebugObjectPlugin.cpp - JITLink debug objects ---------===//
1+
//===--------- ELFDebugObjectPlugin.cpp - JITLink debug objects -----------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)