diff options
Diffstat (limited to 'lib/clang/libllvmx86codegen/Makefile')
-rw-r--r-- | lib/clang/libllvmx86codegen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/libllvmx86codegen/Makefile b/lib/clang/libllvmx86codegen/Makefile index 4f7e8d1..300ad9a 100644 --- a/lib/clang/libllvmx86codegen/Makefile +++ b/lib/clang/libllvmx86codegen/Makefile @@ -11,6 +11,7 @@ SRCS= SSEDomainFix.cpp \ X86ELFWriterInfo.cpp \ X86FastISel.cpp \ X86FloatingPoint.cpp \ + X86FrameLowering.cpp \ X86ISelDAGToDAG.cpp \ X86ISelLowering.cpp \ X86InstrInfo.cpp \ @@ -18,6 +19,7 @@ SRCS= SSEDomainFix.cpp \ X86MCAsmInfo.cpp \ X86MCCodeEmitter.cpp \ X86MCInstLower.cpp \ + X86MachObjectWriter.cpp \ X86RegisterInfo.cpp \ X86SelectionDAGInfo.cpp \ X86Subtarget.cpp \ |