Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and MIPS...
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMMipsDesc
2   MipsAsmBackend.cpp
3   MipsMCAsmInfo.cpp
4   MipsMCCodeEmitter.cpp
5   MipsMCTargetDesc.cpp
6   MipsELFObjectWriter.cpp
7   )
8
9 add_dependencies(LLVMMipsDesc MipsCommonTableGen)