Report
[FAILURE] oss-swift-5.3-package-linux-ubuntu-16_04 [#37]
Build URL:
https://ci.swift.org/job/oss-swift-5.3-package-linux-ubuntu-16_04/37/
Project:
oss-swift-5.3-package-linux-ubuntu-16_04
Date of build:
Wed, 29 Apr 2020 22:33:48 -0500
Build duration:
1 hr 24 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 76ccaf34d4cbd4577d7a57d2e69ca6080ce14755 by nhawes:
[ASTPrinter][SourceKit] Print 'Any' as a keyword.- edit: test/IDE/complete_annotation.swift
- edit: lib/AST/TypeRepr.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: test/SourceKit/DocSupport/Inputs/cake.swift
- edit: test/SourceKit/CursorInfo/cursor_info.swift
- edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
- edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
-
Commit 28cd1bed548129fef24f474024cece9dd55df39d by pyaskevich:
[ConstraintSystem] Don't attempt property wrapper fixes for key path- add: test/Constraints/sr12520.swift
- edit: lib/Sema/CSSimplify.cpp
-
Commit 5e8550065f9a3b67e731b9af0b350caf182dbe4f by nate_chandler:
[IRGen] Corrected size of trailing flags field.- edit: lib/IRGen/EnumMetadataVisitor.h
- edit: lib/IRGen/StructMetadataVisitor.h
- edit: lib/IRGen/ConstantBuilder.h
-
Commit 1d4519aa21f9d67a1148dd5a5c8d798cc3a01872 by nate_chandler:
[Runtime] Assert dynamic metadata is not static.- edit: stdlib/public/runtime/Metadata.cpp
-
Commit cf66f7de1ed2f48329696c9cf0009a29f4b1e8b9 by nate_chandler:
[Runtime] Fixed zeroing of extra data padding for values.- edit: stdlib/public/runtime/Metadata.cpp
- edit: include/swift/ABI/Metadata.h
- edit: lib/IRGen/GenMeta.cpp
-
Commit ba1caec62691718f52c8ca30fad5019ed9a340bd by nate_chandler:
[metadata prespecialization] Zero trailing flags.- add: test/IRGen/prespecialized-metadata/Inputs/extraDataFields.cpp
- add: test/IRGen/prespecialized-metadata/struct-extradata-field_offsets-no_trailing_flags.swift
- add: test/IRGen/prespecialized-metadata/Inputs/isPrespecialized.h
- add: test/IRGen/prespecialized-metadata/Inputs/isPrespecialized.cpp
- edit: lib/IRGen/GenMeta.cpp
- add: test/IRGen/prespecialized-metadata/Inputs/struct-extra-data-fields.swift
- edit: lib/IRGen/ConstantBuilder.h
- add: test/IRGen/prespecialized-metadata/Inputs/enum-extra-data-fields.swift
- add: test/IRGen/prespecialized-metadata/struct-extradata-run.swift
- edit: lib/IRGen/MetadataLayout.cpp
- add: test/IRGen/prespecialized-metadata/enum-inmodule-evolution-1argument-1distinct_use-payload_size.swift
- edit: lib/IRGen/MetadataLayout.h
- add: test/IRGen/prespecialized-metadata/enum-trailing-flags-run.swift
- add: test/IRGen/prespecialized-metadata/struct-trailing-flags-run.swift
- edit: test/IRGen/enum_value_semantics_future.sil
- edit: test/IRGen/enum_future.sil
- add: test/IRGen/prespecialized-metadata/Inputs/extraDataFields.h
- add: test/IRGen/prespecialized-metadata/enum-extradata-payload_size-no_trailing_flags.swift
- add: test/IRGen/prespecialized-metadata/enum-extradata-no_payload_size-trailing_flags.swift
- add: test/IRGen/prespecialized-metadata/struct-extradata-no_field_offsets-trailing_flags.swift
- add: test/IRGen/prespecialized-metadata/struct-extradata-field_offsets-trailing_flags.swift
- edit: test/IRGen/generic_structs.sil
- add: test/IRGen/prespecialized-metadata/enum-extradata-run.swift
- add: test/IRGen/prespecialized-metadata/enum-extradata-payload_size-trailing_flags.swift
- edit: test/IRGen/generic_structs_future.sil
- add: test/IRGen/prespecialized-metadata/struct-extradata-no_field_offsets-no_trailing_flags.swift
- add: test/IRGen/prespecialized-metadata/enum-extradata-no_payload_size-no_trailing_flags.swift
-
Commit 102e8a183252473641022ba7da988391f34b99e8 by nate_chandler:
[Runtime] In debug builds, dirty metadata records.- edit: stdlib/public/runtime/Metadata.cpp
-
Commit e11c55e6799598bb7c87e2bf11d30e82a291cf0e by github:
[5.3] Update Devirtualizer's analysis invalidation (#31356)- edit: test/SILOptimizer/sil_combine_concrete_existential.swift
- edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
- edit: lib/SILOptimizer/Utils/Devirtualize.cpp
- edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
- edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
-
Commit cef4ef2ba0f6afab3349173a826f0939585aff01 by aprantl:
Revert "Temporarily revert "Preserve the owning module information from- edit: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
- edit: lldb/source/Symbol/Type.cpp
- add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
- add: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
- edit: lldb/test/Shell/SymbolFile/DWARF/lit.local.cfg
- edit: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
- edit: lldb/unittests/Symbol/TestTypeSystemClang.cpp
- edit: lldb/include/lldb/Symbol/TypeSystem.h
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
- edit: lldb/source/Symbol/CompilerType.cpp
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
- edit: lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
- edit: lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
- add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/A.h
- edit: lldb/source/Symbol/TypeSystem.cpp
- edit: lldb/include/lldb/Symbol/CompilerType.h
- edit: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
- add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/module.modulemap
-
Commit 952b37c535cf7c123a07e2af35170c05866be229 by aprantl:
Allow lldb-test to combine -find with -dump-clang-ast- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
- edit: lldb/source/Symbol/CompilerType.cpp
- edit: lldb/source/Symbol/Type.cpp
- edit: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/A.h
- edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
- edit: lldb/source/Symbol/TypeMap.cpp
- edit: lldb/include/lldb/Symbol/Type.h
- edit: lldb/include/lldb/Symbol/TypeSystem.h
- edit: lldb/include/lldb/Symbol/TypeMap.h
- edit: lldb/include/lldb/Symbol/CompilerType.h
- edit: lldb/tools/lldb-test/lldb-test.cpp
-
Commit 2461910b9f7831340573735b252ec1cdb51127c9 by aprantl:
Add an internal bit to the XcodeSDK class.- edit: lldb/unittests/Host/HostInfoTest.cpp
- edit: lldb/include/lldb/Utility/XcodeSDK.h
- edit: lldb/source/Utility/XcodeSDK.cpp
- edit: lldb/unittests/Utility/XcodeSDKTest.cpp
- edit: lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
-
Commit 5143a9489d030a6810823275c1343a74dfcf983a by aprantl:
[lldb] Change Communication::SetConnection to take a unique_ptr- edit: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
- edit: lldb/tools/lldb-server/lldb-platform.cpp
- edit: lldb/source/API/SBCommunication.cpp
- edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
- edit: lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
- edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
- edit: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
- edit: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
- edit: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
- edit: lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
- edit: lldb/source/Core/Communication.cpp
- edit: lldb/include/lldb/Core/Communication.h
- edit: lldb/source/Target/Process.cpp
- edit: lldb/unittests/tools/lldb-server/tests/TestClient.cpp
-
Commit 59b4a44b17cddf172de5c88e930beff70a831642 by aprantl:
Add Objective-C property accessors loaded from Clang module DWARF to- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
- edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
-
Commit f840fa0c47218d8e659aaf81103f73fef6b9ab27 by aprantl:
Delete cargo-cult code that doesn't affect the testsuite.- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
-
Commit ce625f14169e5f0b9d995bd9108fea9e90a436d0 by bigcheesegs:
[Clang] Expose RequiresNullTerminator in FileManager.- edit: clang/include/clang/Basic/FileManager.h
- edit: llvm/unittests/Support/MemoryBufferTest.cpp
- edit: llvm/lib/Support/MemoryBuffer.cpp
- edit: clang/lib/Basic/FileManager.cpp
-
Commit 6956c1b94ad58900c476a34469e62c5390660144 by aprantl:
Add a getter to retrieve the XcodeSDK from Module- edit: lldb/include/lldb/Core/Module.h
-
Commit ce001e472a530451f97f4ec53265727a42fadc2e by aprantl:
Relax testcase. The Clang module debug info may return additional- edit: lldb/test/API/lang/objc/foundation/TestObjCMethods.py
-
Commit f5cc5be9879ff4cfccd7a83dc60e489a0d487d55 by aemerson:
[AArch64] Don't generate gpr CSEL instructions in early-ifcvt if- edit: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
- edit: llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
- add: llvm/test/CodeGen/AArch64/early-ifcvt-regclass-mismatch.mir
- edit: llvm/lib/Target/SystemZ/SystemZInstrInfo.h
- edit: llvm/lib/Target/AMDGPU/SIInstrInfo.h
- edit: llvm/lib/Target/X86/X86InstrInfo.h
- edit: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
- edit: llvm/include/llvm/CodeGen/TargetInstrInfo.h
- edit: llvm/lib/CodeGen/EarlyIfConversion.cpp
- edit: llvm/lib/Target/AArch64/AArch64InstrInfo.h
- edit: llvm/lib/Target/PowerPC/PPCInstrInfo.h
- edit: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
- edit: llvm/lib/Target/X86/X86InstrInfo.cpp
-
Commit 0194523e3bd70d8256ebc555a8409cdabe8af419 by medismail.bennani:
[lldb/Dataformatter] Add support for CoreFoundation Dictionaries and- edit: lldb/source/Plugins/Language/ObjC/NSSet.cpp
- add: lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp
- edit: lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
- edit: lldb/source/Plugins/Language/ObjC/NSDictionary.h
- edit: lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
- edit: lldb/source/Plugins/Language/ObjC/CMakeLists.txt
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
- add: lldb/source/Plugins/Language/ObjC/CFBasicHash.h
-
Commit 6cfc6615e03a03205eb235ae7fa8cce7b1dd58f7 by aprantl:
Preserve the owning module information from DWARF in the synthesized AST- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
-
Commit 9fee95dc28001cdb4956dcc0c4def522e5c7cbc7 by aemerson:
[GlobalISel][IRTranslator] Follow convention and put constant offset of- edit: llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.shared.ll
- edit: llvm/test/CodeGen/X86/GlobalISel/ptr-add.ll
- edit: llvm/test/CodeGen/X86/GlobalISel/add-ext.ll
- edit: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/translate-gep.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-gep.ll
- edit: llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.private.ll
-
Commit 405967b4d33ec3a0adde1ca939db95fe3e6dbfc9 by aemerson:
[GlobalISel] Add new combine to convert scalar G_MUL to G_SHL.- edit: llvm/include/llvm/Target/GlobalISel/Combine.td
- add: llvm/test/CodeGen/AArch64/GlobalISel/combine-mul-to-shl.mir
- edit: llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
- edit: llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
-
Commit 453af30955194d556bd1f20d2f4749d2e2f2fa3f by aemerson:
[AArch64][GlobalISel] During ISel try to convert G_PTR_ADD to G_ADD.- edit: llvm/test/CodeGen/AArch64/GlobalISel/load-addressing-modes.mir
- edit: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/select.mir
-
Commit f5fc3c1a1d7702806d6b480bfb50c63f148f5803 by aemerson:
[AArch64][GlobalISel] Disallow vectors in convertPtrAddToAdd.- edit: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
-
Commit 43e291725d03db928bef4f754bbe1fd05c84a491 by aemerson:
[AArch64][GlobalISel] Don't reconvert to p0 in convertPtrAddToAdd().- edit: llvm/test/CodeGen/AArch64/GlobalISel/select.mir
- edit: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/load-addressing-modes.mir
-
Commit 18df9aecb368bd93464a1fb37e343a013e4bff21 by aemerson:
[GlobalISel] Use G_ZEXTLOAD instead of an anyextending load for- edit: llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir
- edit: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
-
Commit 63bcabc1a441111745d91d5df42a46c60efcd7d0 by aemerson:
[GlobalISel][Localizer] Enable intra-block localization of already-local- edit: llvm/lib/CodeGen/GlobalISel/Localizer.cpp
- edit: llvm/test/CodeGen/AArch64/tiny_model.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
- edit: llvm/test/CodeGen/AArch64/tail-call.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
- edit: llvm/test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll
-
Commit 7a113bc51d5602c4e038fa022fa362c1968296fe by aemerson:
GlobalISel: Move Localizer::shouldLocalize(..) to TargetLowering- edit: llvm/lib/CodeGen/GlobalISel/Localizer.cpp
- edit: llvm/include/llvm/CodeGen/TargetLowering.h
- edit: llvm/lib/CodeGen/TargetLoweringBase.cpp
-
Commit c35b8806b0f4a9456a96de7cc865ee6784934c40 by aemerson:
[AArch64][GlobalISel] Don't localize TLS G_GLOBAL_VALUEs on Darwin.- edit: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
- edit: llvm/lib/Target/AArch64/AArch64ISelLowering.h
-
Commit 082948a2d269129c14f51597e34478c2082bcfb8 by bigcheesegs:
Improve module.pcm lock file performance on machines with high core- edit: llvm/include/llvm/Support/LockFileManager.h
- edit: llvm/lib/Support/LockFileManager.cpp
-
Commit edd3c1649867a1b68decb8a6645319bb7fdaa789 by aemerson:
[AArch64][GlobalISel] CallLowering: Don't generate new copies each time- edit: llvm/lib/Target/AArch64/AArch64CallLowering.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/call-translator-ios.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/call-translator-cse.ll
- edit: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
-
Commit 3c16a5defe1842835bc465ceb42e1240085c01fc by aemerson:
GlobalISel: Add a setInstrAndDebugLoc(MachineInstr&) convenience helper- edit: llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
- edit: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
-
Commit e569f7ea39290420ec6acb02da23219d0d1ba6f1 by aemerson:
[AArch64][GlobalISel] Set the current debug loc when missing in some- edit: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store-vector-of-ptr.mir
- edit: llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
- edit: llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
-
Commit ba7393989761c81f720559fbfe95813e77d4e1bf by aemerson:
[AArch64][GlobalISel] Fix sub-64b stack parameter passing on Darwin.- edit: llvm/test/CodeGen/AArch64/GlobalISel/arm64-callingconv.ll
- edit: llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
- edit: llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
- edit: llvm/lib/Target/AArch64/AArch64CallLowering.cpp
- edit: llvm/test/CodeGen/AArch64/GlobalISel/arm64-callingconv-ios.ll
-
Commit e3c36ac026d4ffaafa27df66ba24d328ed051664 by jonas:
Revert "[lldb/Reproducers] Always collect the whole dSYM in the- edit: lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
- delete: lldb/test/Shell/Reproducer/TestDSYM.test
- edit: lldb/source/Utility/Reproducer.cpp
- edit: lldb/include/lldb/Utility/Reproducer.h
-
Commit 94b3db2f94932f432762622610d6fdcf28313277 by jonas:
Re-land "[lldb/Reproducers] Always collect the whole dSYM in the- edit: lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
- add: lldb/test/Shell/Reproducer/TestDSYM.test
- edit: lldb/include/lldb/Utility/Reproducer.h
- edit: lldb/source/Utility/Reproducer.cpp
-
Commit 378448220c1bb948f561b20da3b16c17a479aafd by jonas:
[llvm/DebugInfo] Print DW_AT_ranges offset as part of verifier error.- edit: llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
- edit: llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-
Commit 1fb51a8c4cd1ef27af2655cb1db27c526cdd7ba5 by jonas:
[llvm/DebugInfo] Fix typo in DWARFTypeUnit ctor call- edit: llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
-
Commit 310ad4156e362a22dabed008a860545ec6f7719f by jonas:
[llvm/DebugInfo] Fix invalid verifier error for DWARF5- edit: llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
- edit: llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-
Commit d6467e7319ee0ee1de8e2a88bf33028b8d91acca by jonas:
[FileCollector] Lock Mutex in copyFiles- edit: llvm/include/llvm/Support/FileCollector.h
- edit: llvm/lib/Support/FileCollector.cpp
-
Commit df8d249a9fc1240660e8378104ba6502d2955469 by erik.pilkington:
[AST] Fix a crash on a dependent vector_size attribute- edit: clang/test/SemaCXX/vector.cpp
- edit: clang/lib/AST/ASTContext.cpp
-
Commit f97283db479a1645021cdb5e5175cfa3a5d2a4c8 by aprantl:
Fix a dangling-gsl warning and avoid transitively including string.- edit: lldb/source/Utility/XcodeSDK.cpp
-
Commit d051bbdb17ac5d6809d90ba7465a1997cfd65876 by aprantl:
Fix -Wdeprecated-copy warning in XcodeSDK.- edit: lldb/include/lldb/Utility/XcodeSDK.h
-
Commit 68f608b0f70dc96a6000aa8291c147d7040b88a9 by ditaliano:
[GlobalISel] Remove debug locations when emitting constants.- edit: llvm/test/CodeGen/AArch64/GlobalISel/constant-dbg-loc.ll
- edit: llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
-
Commit b560a12efc87b574944306481508df7b8f52ae42 by ditaliano:
[GlobalISel] Assign the correct debug location when combining- add: llvm/test/CodeGen/AArch64/GlobalISel/combine-ext-debugloc.mir
- edit: llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
-
Commit 6da393457981d3d1293fa2afe1d091d12b2313a7 by aprantl:
[lldb/Platform] Return a std::string from GetSDKPath- edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
- edit: lldb/include/lldb/Target/Platform.h
- edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
-
Commit 7c556b3f71883e7ee2b8f95f21cc07d656f47ce9 by aprantl:
[lldb/Platform] Synchronize access to SDK String Map.- edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
- edit: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
-
Commit 45e89ad57d2d8d449b08393bdce8b0b0fc9f4cb0 by aprantl:
[lldb/Host] Pass a StringRef to the FileSpec ctor- edit: lldb/source/Host/common/Host.cpp
-
Commit 2b2a2ceb7b6434e85c817d411b17cd0640114486 by teemperor:
[lldb] Improve error message when --func-regex parameter for the- edit: lldb/source/Commands/CommandObjectBreakpoint.cpp
- add: lldb/test/API/commands/breakpoint/set/func-regex/TestBreakpointRegexError.py
- edit: lldb/source/Utility/RegularExpression.cpp
-
Commit 7ae6529b2671e5b24911527675b0e06411566307 by aprantl:
Remove a duplicate flag in Makefile.rules- edit: lldb/packages/Python/lldbsuite/test/make/Makefile.rules
-
Commit 2bcd4e552075fbbed65be68330f48925039ef060 by github:
Improve handling of minimum deployment target (#2710) (#2719)- edit: Sources/Commands/SwiftPackageTool.swift
- edit: Sources/PackageLoading/CMakeLists.txt
- edit: Sources/PackageLoading/ManifestLoader.swift
- edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
- edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
- edit: Tests/WorkspaceTests/WorkspaceTests.swift
- edit: Package.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- edit: Sources/XCBuildSupport/PIFBuilder.swift
- add: Sources/PackageLoading/MinimumDeploymentTarget.swift
- edit: Utilities/bootstrap
- edit: Sources/PackageGraph/PackageGraphLoader.swift
- edit: Tests/BuildTests/BuildPlanTests.swift