diff options
| author | joerg <joerg@NetBSD.org> | 2013-10-30 20:27:39 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-10-30 20:27:39 +0000 |
| commit | bdef4edf1fbd0cea43d7c8268ece76be4fa2b65a (patch) | |
| tree | 979ee3f8ba78bea09590c12d98c0acd03565a38c /external/bsd/llvm/lib/libLLVMTransformsUtils | |
| parent | dd7a8f9e49d0046389b70d629c3e593ce0028b0b (diff) | |
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.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMTransformsUtils')
| -rw-r--r-- | external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
