From da32c729a8e4c8fdfd1a30d4dcd2955d1366f22c Mon Sep 17 00:00:00 2001 From: rdivacky Date: Thu, 10 Jun 2010 19:59:23 +0000 Subject: Remove Xcode cmake win32 projects unittests from LLVM and clang.xcodeproj INPUTS win32 from clang. Requested by: jkim Approved by: ed (mentor) --- contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake (limited to 'contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake') diff --git a/contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake b/contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake deleted file mode 100644 index 0f6d81f..0000000 --- a/contrib/llvm/cmake/modules/AddLLVMDefinitions.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# There is no clear way of keeping track of compiler command-line -# options chosen via `add_definitions', so we need our own method for -# using it on tools/llvm-config/CMakeLists.txt. - -# Beware that there is no implementation of remove_llvm_definitions. - -macro(add_llvm_definitions) - set(LLVM_DEFINITIONS "${LLVM_DEFINITIONS} ${ARGN}") - add_definitions( ${ARGN} ) -endmacro(add_llvm_definitions) - -- cgit v1.1