summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-09-28 14:02:36 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-09-28 14:02:36 +0000
commitb2c70cfc71f401ae7eae26b29ea081bf7e7b917f (patch)
treeab6f5652e45839d70e3a7b074da66fd5ebfefd31 /CMakeLists.txt
parent38e1390c29c024d5bbff3063c2a86bceb7bd3e60 (diff)
downloadllvm-b2c70cfc71f401ae7eae26b29ea081bf7e7b917f.tar.gz
llvm-b2c70cfc71f401ae7eae26b29ea081bf7e7b917f.tar.bz2
llvm-b2c70cfc71f401ae7eae26b29ea081bf7e7b917f.tar.xz
Added PTX target to the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f32ba0c25a..164ed3a3f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ set(LLVM_ALL_TARGETS
MSP430
PIC16
PowerPC
+ PTX
Sparc
SystemZ
X86