diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 14:02:36 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 14:02:36 +0000 |
commit | b2c70cfc71f401ae7eae26b29ea081bf7e7b917f (patch) | |
tree | ab6f5652e45839d70e3a7b074da66fd5ebfefd31 /CMakeLists.txt | |
parent | 38e1390c29c024d5bbff3063c2a86bceb7bd3e60 (diff) |
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.txt | 1 |
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 |