Skip to content

Commit

Permalink
Update CMake build.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154622 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tkremenek committed Apr 12, 2012
1 parent cc8002a commit 6bc572c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions lib/Target/Hexagon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ add_public_tablegen_target(HexagonCommonTableGen)

add_llvm_target(HexagonCodeGen
HexagonAsmPrinter.cpp
HexagonCallingConvLower.cpp
HexagonCFGOptimizer.cpp
HexagonCallingConvLower.cpp
HexagonExpandPredSpillCode.cpp
HexagonFrameLowering.cpp
HexagonHardwareLoops.cpp
HexagonMCInstLower.cpp
HexagonInstrInfo.cpp
HexagonISelDAGToDAG.cpp
HexagonISelLowering.cpp
HexagonInstrInfo.cpp
HexagonMCInstLower.cpp
HexagonPeephole.cpp
HexagonRegisterInfo.cpp
HexagonRemoveSZExtArgs.cpp
HexagonSelectionDAGInfo.cpp
HexagonSplitTFRCondSets.cpp
HexagonSubtarget.cpp
HexagonTargetMachine.cpp
HexagonTargetObjectFile.cpp
HexagonVLIWPacketizer.cpp
)

Expand Down
2 changes: 1 addition & 1 deletion lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_llvm_library(LLVMHexagonDesc
HexagonMCTargetDesc.cpp
HexagonMCAsmInfo.cpp
HexagonMCTargetDesc.cpp
)

add_dependencies(LLVMHexagonDesc HexagonCommonTableGen)

0 comments on commit 6bc572c

Please sign in to comment.