[CMake] Move -stdlib=libc++ handling into its own file.
[oota-llvm.git] / cmake / modules / HandleLLVMOptions.cmake
index b40103ca1860fa3db79427a824fd7b4193012181..9cb39ff268f3d442c66820d93d618f9d52ed5275 100644 (file)
@@ -2,6 +2,7 @@
 # options and executing the appropriate CMake commands to realize the users'
 # selections.
 
+include(HandleLLVMStdlib)
 include(AddLLVMDefinitions)
 include(CheckCCompilerFlag)
 include(CheckCXXCompilerFlag)