Fix a thinko: When lowering fneg with xor, bitcast the operands
[oota-llvm.git] / lib / MC / CMakeLists.txt
1 add_llvm_library(LLVMMC
2   MCAsmInfo.cpp
3   MCAsmInfoCOFF.cpp
4   MCAsmInfoDarwin.cpp
5   MCAsmLexer.cpp
6   MCAsmParser.cpp
7   MCAsmStreamer.cpp
8   MCAssembler.cpp
9   MCCodeEmitter.cpp
10   MCContext.cpp
11   MCExpr.cpp
12   MCInst.cpp
13   MCMachOStreamer.cpp
14   MCNullStreamer.cpp
15   MCSection.cpp
16   MCSectionELF.cpp
17   MCSectionMachO.cpp
18   MCStreamer.cpp
19   MCSymbol.cpp
20   MCValue.cpp
21   TargetAsmParser.cpp
22   )