From 461b461526087e11cb144885c630767e7400c9e3 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 6 Dec 2016 17:09:29 +0000 Subject: [CMake] Fixing clang standalone build I broke this in r288770. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288829 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 08008f9f2277..f209338e2c18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -803,8 +803,6 @@ endif() include(AddLLVM) include(TableGen) -set(LLVM_TABLEGEN_FLAGS -I ${LLVM_MAIN_INCLUDE_DIR}) - if( MINGW ) # People report that -O3 is unreliable on MinGW. The traditional # build also uses -O2 for that reason: -- cgit v1.2.3