diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2013-06-11 22:36:30 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-06-11 22:36:30 +0000 |
| commit | f5288c26def02dfbdc66e7736dbd493898790b10 (patch) | |
| tree | 9d2717903d6b6dbfdfc8edd1955b00896e7cbe4b /llvm/lib/Target | |
| parent | 6cc05f7f01b22d279ca4c95690dd6fe8df626579 (diff) | |
| download | bcm5719-llvm-f5288c26def02dfbdc66e7736dbd493898790b10.tar.gz bcm5719-llvm-f5288c26def02dfbdc66e7736dbd493898790b10.zip | |
Fix CMakeLists.
llvm-svn: 183804
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Mips/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/CMakeLists.txt b/llvm/lib/Target/Mips/CMakeLists.txt index 8be68c5b4f7..834a998f710 100644 --- a/llvm/lib/Target/Mips/CMakeLists.txt +++ b/llvm/lib/Target/Mips/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_target(MipsCodeGen MipsMachineFunction.cpp MipsModuleISelDAGToDAG.cpp MipsOs16.cpp + MipsOptimizeMathLibCalls.cpp MipsRegisterInfo.cpp MipsSEFrameLowering.cpp MipsSEInstrInfo.cpp |

