From 619ecf7673d7279f5a6ebe9e0288574d469d5261 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Wed, 10 Nov 2010 23:09:37 +0100 Subject: [PATCH] Added commented-out code to use llvm as a compiler instead of gcc when needed. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5b66766..0f5437d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,6 +9,9 @@ project (Scyther) # I need 2.4 for flex/etc although it does not run yet CMAKE_MINIMUM_REQUIRED(VERSION 2.4) +# Try llvm +#set (CMAKE_C_COMPILER "llvm-gcc") + # List all the source files set (Scyther_sources arachne.c binding.c claim.c color.c compiler.c cost.c