summaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-05-07 16:54:00 +0000
committerAlexey Samsonov <samsonov@google.com>2014-05-07 16:54:00 +0000
commit0f0974ddb98e233b908de43f144011166433e38a (patch)
tree3df66a507d02fd46207bfac426d4bdd1f845c707 /utils/PerfectShuffle
parent3a163b7692cb01a1c49061346e1e4d9f0fd70f34 (diff)
[CMake] Add build rules for llvm-PerfectShuffle utility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/PerfectShuffle')
-rw-r--r--utils/PerfectShuffle/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/PerfectShuffle/CMakeLists.txt b/utils/PerfectShuffle/CMakeLists.txt
new file mode 100644
index 00000000000..ed70760a43e
--- /dev/null
+++ b/utils/PerfectShuffle/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_utility(llvm-PerfectShuffle
+ PerfectShuffle.cpp
+ )