Module Name: src Committed By: joerg Date: Wed Oct 30 20:27:40 UTC 2013
Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/include: Makefile src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile src/external/bsd/llvm/lib/liblldDriver: Makefile src/external/bsd/llvm/lib/liblldPasses: Makefile src/external/bsd/llvm/lib/liblldReaderWriterELF: Makefile src/external/bsd/llvm/lib/liblldReaderWriterELFX86_64: Makefile src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.23 -r1.24 src/external/bsd/llvm/include/Makefile cvs rdiff -u -r1.12 -r1.13 \ src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/liblldDriver/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/liblldPasses/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/liblldReaderWriterELF/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/liblldReaderWriterELFX86_64/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/llvm/lib/liblldbPluginSymbolFileDWARF/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.