Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3599050

Browse files
androm3dac-rhodes
authored andcommitted
[Hexagon] Add missing MIRParser link dependency (#191010)
cd66d79 added parseMachineFunctionInfo to HexagonTargetMachine which calls parseNamedRegisterReference from LLVMMIRParser, but did not add the library dependency. This causes link failures for executables like dsymutil and llvm-split when building with BUILD_SHARED_LIBS=OFF. Add MIRParser to LINK_COMPONENTS. (cherry picked from commit 95af7de)
1 parent 22ad4d6 commit 3599050

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

llvm/lib/Target/Hexagon/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ add_llvm_target(HexagonCodeGen
8686
HexagonInfo
8787
IPO
8888
MC
89+
MIRParser
8990
Scalar
9091
SelectionDAG
9192
Support

0 commit comments

Comments
 (0)