Remove triple detection from cmake.
authorDan Albert <danalbert@google.com>
Fri, 16 Jan 2015 02:27:17 +0000 (02:27 +0000)
committerDan Albert <danalbert@google.com>
Fri, 16 Jan 2015 02:27:17 +0000 (02:27 +0000)
commite39fb93cf3f62929cfa2b8405dfe4c7b90c0292a
tree413a647b20909efaf2d5b2fd8ae09556fdf93dc8
parent67a79e72f5d210d42bfb2ff1f0ed7a695c2cd1ec
Remove triple detection from cmake.

This isn't actually used for anything, and is broken on Darwin
(currently causing build failures now that the triple is passed to aid
cross compiling). Rather than fix unused code, just remove it.

llvm-svn: 226243
libcxx/CMakeLists.txt
libcxx/cmake/Modules/GetTriple.cmake [deleted file]