Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Side by Side Diff: lib/Target/Mips/MCTargetDesc/CMakeLists.txt

Issue 14328017: Fix CMake build (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/Target/Mips/CMakeLists.txt ('k') | lib/Transforms/NaCl/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_library(LLVMMipsDesc 1 add_llvm_library(LLVMMipsDesc
2 MipsAsmBackend.cpp 2 MipsAsmBackend.cpp
3 MipsDirectObjLower.cpp 3 MipsDirectObjLower.cpp
4 MipsMCAsmInfo.cpp 4 MipsMCAsmInfo.cpp
5 MipsMCCodeEmitter.cpp 5 MipsMCCodeEmitter.cpp
6 MipsMCTargetDesc.cpp 6 MipsMCTargetDesc.cpp
7 MipsELFObjectWriter.cpp 7 MipsELFObjectWriter.cpp
8 MipsReginfo.cpp 8 MipsReginfo.cpp
9 MipsELFStreamer.cpp 9 MipsELFStreamer.cpp
10 # LOCALMOD-BEGIN
11 MipsMCNaCl.cpp
12 # LOCALMOD-END
10 ) 13 )
11 14
12 add_dependencies(LLVMMipsDesc MipsCommonTableGen) 15 add_dependencies(LLVMMipsDesc MipsCommonTableGen)
OLDNEW
« no previous file with comments | « lib/Target/Mips/CMakeLists.txt ('k') | lib/Transforms/NaCl/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698