From cfcd0d8658c41b95240f73a652f9f556d857e1be Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 2 Dec 2016 23:12:07 +0000 Subject: [CMake] Fix bug in the Makefile bitcode build system where the runtime would not recompile if the LLVM C compiler flags changed. This could happen if the user did something like ``` make -f Makefile.cmake.bitcode LLVMCC.ExtraFlags=-Wall ``` --- runtime/Makefile.cmake.bitcode.config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Makefile.cmake.bitcode.config.in') diff --git a/runtime/Makefile.cmake.bitcode.config.in b/runtime/Makefile.cmake.bitcode.config.in index c554265f..5efa0154 100644 --- a/runtime/Makefile.cmake.bitcode.config.in +++ b/runtime/Makefile.cmake.bitcode.config.in @@ -39,6 +39,7 @@ USE_MODULE_INSTEAD_OF_BCA := @USE_RUNTIME_BINARY_TYPE_HACK@ # Commands MKDIR := mkdir RM := rm +CMP := cmp # Compiler flags LLVMCC.Flags += $(LLVMCC.ExtraFlags) \ -- cgit v1.2.3