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

Side by Side Diff: lib/Target/NVPTX/CMakeLists.txt

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 9 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/ARM/ARMISelLowering.cpp ('k') | lib/Target/NVPTX/NVPTX.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 set(LLVM_TARGET_DEFINITIONS NVPTX.td) 1 set(LLVM_TARGET_DEFINITIONS NVPTX.td)
2 2
3 3
4 tablegen(LLVM NVPTXGenRegisterInfo.inc -gen-register-info) 4 tablegen(LLVM NVPTXGenRegisterInfo.inc -gen-register-info)
5 tablegen(LLVM NVPTXGenInstrInfo.inc -gen-instr-info) 5 tablegen(LLVM NVPTXGenInstrInfo.inc -gen-instr-info)
6 tablegen(LLVM NVPTXGenAsmWriter.inc -gen-asm-writer) 6 tablegen(LLVM NVPTXGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel) 7 tablegen(LLVM NVPTXGenDAGISel.inc -gen-dag-isel)
8 tablegen(LLVM NVPTXGenSubtargetInfo.inc -gen-subtarget) 8 tablegen(LLVM NVPTXGenSubtargetInfo.inc -gen-subtarget)
9 add_public_tablegen_target(NVPTXCommonTableGen) 9 add_public_tablegen_target(NVPTXCommonTableGen)
10 10
11 set(NVPTXCodeGen_sources 11 set(NVPTXCodeGen_sources
12 NVPTXFrameLowering.cpp 12 NVPTXFrameLowering.cpp
13 NVPTXInstrInfo.cpp 13 NVPTXInstrInfo.cpp
14 NVPTXISelDAGToDAG.cpp 14 NVPTXISelDAGToDAG.cpp
15 NVPTXISelLowering.cpp 15 NVPTXISelLowering.cpp
16 NVPTXRegisterInfo.cpp 16 NVPTXRegisterInfo.cpp
17 NVPTXSubtarget.cpp 17 NVPTXSubtarget.cpp
18 NVPTXTargetMachine.cpp 18 NVPTXTargetMachine.cpp
19 NVPTXSplitBBatBar.cpp 19 NVPTXSplitBBatBar.cpp
20 NVPTXLowerAggrCopies.cpp 20 NVPTXLowerAggrCopies.cpp
21 NVPTXutil.cpp 21 NVPTXutil.cpp
22 NVPTXAllocaHoisting.cpp 22 NVPTXAllocaHoisting.cpp
23 NVPTXAsmPrinter.cpp 23 NVPTXAsmPrinter.cpp
24 NVPTXUtilities.cpp 24 NVPTXUtilities.cpp
25 NVVMReflect.cpp 25 NVVMReflect.cpp
26 NVPTXGenericToNVVM.cpp
27 ) 26 )
28 27
29 add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources}) 28 add_llvm_target(NVPTXCodeGen ${NVPTXCodeGen_sources})
30 29
31 add_dependencies(LLVMNVPTXCodeGen intrinsics_gen) 30 add_dependencies(LLVMNVPTXCodeGen intrinsics_gen)
32 31
33 add_subdirectory(TargetInfo) 32 add_subdirectory(TargetInfo)
34 add_subdirectory(InstPrinter) 33 add_subdirectory(InstPrinter)
35 add_subdirectory(MCTargetDesc) 34 add_subdirectory(MCTargetDesc)
OLDNEW
« no previous file with comments | « lib/Target/ARM/ARMISelLowering.cpp ('k') | lib/Target/NVPTX/NVPTX.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698