[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate file
[oota-llvm.git] / cmake / modules / AddLLVM.cmake
index dea560182a4bc970a4f0359b8ffd68f1a5972757..48532288fa6e2d510df4651985d16dd77ebd09e9 100644 (file)
@@ -1,5 +1,6 @@
 include(LLVMProcessSources)
 include(LLVM-Config)
+include(DetermineGCCCompatible)
 
 function(llvm_update_compile_flags name)
   get_property(sources TARGET ${name} PROPERTY SOURCES)