Report
Build URL: https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test/113/ Project: oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test Date of build: Fri, 01 Mar 2019 13:45:12 -0600 Build duration: 1 hr 30 min
Commit 2af09a0b47dfa9d0ca2b14c47f356e6e870d252a by klorentey: [test] Disable two more collection tests in unoptimized builds
Commit f07fa5744c5bf7a3bf70bee32c33311fc6f74a4b by klorentey: [test] Collection tests with reference types should also require
Commit 25b7195b5a534ce3e2c1c43e7dfc79d29ea13bf3 by klorentey: [test] Regenerate Collection validation tests
Commit 59a5bf7468584c135a856377bdc2b7c3441684b7 by blangmuir: [test] Make swiftpm test robust against host triple differences
Commit 0299247ed1a3a908295851502c0e6ae54ee91f19 by blangmuir: [editors] Add alternative swift syntax spec to sublime config
Commit a3720fe342719b9293fa24ec2a8518096fd03ae9 by aprantl: [llvm-symbolizer] Add support for specifying addresses on command-line
Commit 5c2785af5ddccf1c3ed18138a0bac6cc272d76fa by aprantl: [llvm-symbolizer] Add -p as alias to -pretty-print
Commit dc5670a4ef1b8f793c0513c9e660bde0b6f848cc by aprantl: [llvm-symbolizer] Add -exe, -e as aliases to -obj
Commit bb9dc071449f6aa8773475628ce15792a1ed9759 by aprantl: [llvm-symbolizer] Add -addresses, -a as aliases for -print-address
Commit eb11024933dfccdecca3518b6f43c875c3406722 by aprantl: [llvm-symbolizer] Add -C as a short alias to -demangle
Commit 042b99b21e1c28a993ed32988a3ad2fb968ba7ad by aprantl: [NativePDB] Fix access to both old & new fpo data entries from dbi
Commit 1e60aa86310836a3c0ae85c8287530f4f89c1e37 by aprantl: [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a
Commit bd7361220c20f8e362f01d91d877a58f05646f3d by aprantl: [DebugInfo] Don't use realpath when looking up debug binary locations.
Commit 89caa1646012b5e4b39dab198b6993e2a317fc01 by aprantl: [llvm-symbolizer] Add -no-demangle as alias for -demangle=false
Commit 2a20d0e358f63ce181cb9501712929465ced4f0c by aprantl: [llvm-symbolizer] Add support for --basenames/-s
Commit 4566e502d8f681cc562cda6e27ec34b6162fb6dc by aprantl: [llvm-symbolizer] Allow single letter command flags grouping.
Commit 37b888fc3a2258959fe766d99f8bde83cfcfabd7 by aprantl: [llvm-symbolizer] Improve compatibility of --functions with GNU
Commit fe57ccfcbf2cf02a768ead0f96be035354ef8e67 by aprantl: [llvm-symbolizer] Add support for -i and -inlines as aliases for
Commit c698342508b69fcec212f6b9dbbca54da7f8ed34 by aprantl: [llvm-symbolizer] Add switch to adjust addresses by fixed offset
Commit 960363475ec214f47ff52b57648b6454fea8c036 by aprantl: [DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative
Commit b6882eb1e8d94141f4fa01d44c746bdce6fbcb2f by aprantl: [symbolizer] Avoid collecting symbols belonging to invalid sections.
Commit 59de8a5be7b349a1fa335d43064a10ae0aebd9f5 by aprantl: [DebugInfo]Print correct value for special opcode address increment
Commit 7dac60f86d148b2ba760d49f7b2b55e9e2d0e7a5 by aprantl: [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)
Commit fa2fb7be371a0f7e972ab908aefa70bd8d535b03 by aprantl: [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Commit fc1afb06a42fde4a5a2f541254b1845671281d76 by aprantl: dsymutil support for DW_OP_convert
Commit 9ca1e448078569d4a314a6cf92cdae58e6de4c1d by aprantl: Update testcase since llvm-dwarfdump got more accurate in r355148.
Commit d8166358de2bf255402029bd4533171cea9a7f53 by aprantl: Fixing NDEBUG typo in include/llvm/Support/raw_ostream.h
Commit 28e07a9cdcac64bd1471e5683812caa679a7bda6 by aprantl: Fixup cherry-picked patch
Commit 7d2f2096a2068cdf6a7755c62cb0ccfa5ac3beb5 by aprantl: [DebugInfo] Fix mkdir use in test
Commit e3be1c5589b7b344276e402d3e5c5eb499f01276 by compnerd: Tests: adjust lit.cfg for Windows support
Commit db3b4bbc912519004eb71bda905d3eab08b96f52 by compnerd: build: default to shared libraries
Commit 38ae009af58bbe1ab45abd848df5b87212450eb5 by compnerd: Use Date.timeIntervalSinceReferenceDate
Date.timeIntervalSinceReferenceDate
Commit 009195b0bf538fa792bf232ec5b2e087ef411c47 by vsapsai: [CodeGen] Fix calling llvm.var.annotation outside of a basic block.