This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 153a261 Revert r293820: Return Error instead of bool from mergeTypeSt [...] new 1d98b65 [libFuzzer] Fix test because cmd prompt does not expand wildcard. new adb057c [libFuzzer] Accept different extensions. new b928b9b [libFuzzer] Add features `windows` and `posix` for lit tests. new 98399aa [libFuzzer] Isolate merge tests that require posix. new b2df6a0 [libFuzzer] Disable equivalence tests on non posix systems. new f7fdc84 [libFuzzer] Disable afl tests on non-posix systems. new fe46230 Change debug-info-for-profiling from a TargetOption to a func [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/DIBuilder.h | 6 +++- include/llvm/IR/DebugInfoMetadata.h | 30 +++++++++++------- include/llvm/Target/TargetOptions.h | 8 ++--- lib/AsmParser/LLParser.cpp | 5 +-- lib/Bitcode/Reader/MetadataLoader.cpp | 5 +-- lib/Bitcode/Writer/BitcodeWriter.cpp | 1 + lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +- lib/Fuzzer/test/CMakeLists.txt | 4 +++ lib/Fuzzer/test/afl-driver-extra-stats.test | 2 ++ lib/Fuzzer/test/afl-driver-stderr.test | 2 ++ lib/Fuzzer/test/dump_coverage.test | 2 +- lib/Fuzzer/test/equivalence.test | 2 ++ lib/Fuzzer/test/fuzzer-singleinputs.test | 2 +- lib/Fuzzer/test/lit.cfg | 6 ++++ lib/Fuzzer/test/lit.site.cfg.in | 1 + lib/Fuzzer/test/merge-posix.test | 23 ++++++++++++++ lib/Fuzzer/test/merge.test | 8 ----- lib/IR/AsmWriter.cpp | 2 ++ lib/IR/DIBuilder.cpp | 4 +-- lib/IR/DebugInfo.cpp | 3 +- lib/IR/DebugInfoMetadata.cpp | 7 +++-- lib/Target/TargetMachine.cpp | 6 ---- ...gram.ll => upgrade-debug-info-for-profiling.ll} | 9 +----- .../Bitcode/upgrade-debug-info-for-profiling.ll.bc | Bin 0 -> 888 bytes test/DebugInfo/{Inputs => Generic}/gmlt.ll | 11 +++---- test/DebugInfo/Generic/gmlt.test | 6 ---- test/DebugInfo/Generic/gmlt_profiling.ll | 35 +++++++++++++++++++++ test/DebugInfo/X86/gmlt.test | 4 +-- unittests/IR/MetadataTest.cpp | 7 +++-- 30 files changed, 133 insertions(+), 72 deletions(-) create mode 100644 lib/Fuzzer/test/merge-posix.test copy test/Bitcode/{upgrade-subprogram.ll => upgrade-debug-info-for-profiling.ll} (54%) create mode 100644 test/Bitcode/upgrade-debug-info-for-profiling.ll.bc rename test/DebugInfo/{Inputs => Generic}/gmlt.ll (96%) delete mode 100644 test/DebugInfo/Generic/gmlt.test create mode 100644 test/DebugInfo/Generic/gmlt_profiling.ll