From bdef4edf1fbd0cea43d7c8268ece76be4fa2b65a Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 30 Oct 2013 20:27:39 +0000 Subject: Update LLVM/Clang snapshot to r193633. Fixes an old and somewhat amusing bug involving a source file foo.c, a function foo and a static function-local variable c in the direct object writer. --- external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'external/bsd/llvm/lib/libLLVMTransformsUtils') diff --git a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile index 6aaea641959..2b32a6eef62 100644 --- a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile +++ b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/09/02 14:34:56 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2013/10/30 20:27:39 joerg Exp $ LIB= LLVMTransformsUtils @@ -16,6 +16,7 @@ SRCS+= BasicBlockUtils.cpp \ CodeExtractor.cpp \ DemoteRegToStack.cpp \ FlattenCFG.cpp \ + GlobalStatus.cpp \ InlineFunction.cpp \ InstructionNamer.cpp \ IntegerDivision.cpp \ -- cgit