diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/ExecutionDepsFix.cpp (renamed from llvm/lib/Target/X86/SSEDomainFix.cpp) | 0 | ||||
-rw-r--r-- | llvm/lib/Target/X86/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index bddf16eebbc..9a5e5516011 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ add_llvm_library(LLVMCodeGen EdgeBundles.cpp ELFCodeEmitter.cpp ELFWriter.cpp + ExecutionDepsFix.cpp ExpandISelPseudos.cpp ExpandPostRAPseudos.cpp GCMetadata.cpp diff --git a/llvm/lib/Target/X86/SSEDomainFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index 8d8f5d452df..8d8f5d452df 100644 --- a/llvm/lib/Target/X86/SSEDomainFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp diff --git a/llvm/lib/Target/X86/CMakeLists.txt b/llvm/lib/Target/X86/CMakeLists.txt index c481eb9552c..f71c1ef95cc 100644 --- a/llvm/lib/Target/X86/CMakeLists.txt +++ b/llvm/lib/Target/X86/CMakeLists.txt @@ -14,7 +14,6 @@ tablegen(X86GenEDInfo.inc -gen-enhanced-disassembly-info) add_public_tablegen_target(X86CommonTableGen) set(sources - SSEDomainFix.cpp X86AsmPrinter.cpp X86COFFMachineModuleInfo.cpp X86CodeEmitter.cpp |