[PATCH] D127284: [clang-repl] Support statements on global scope in incremental mode.

Michael Buch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 4 05:22:51 PST 2022


Michael137 added a comment.

FYI, looks like this broke the LLDB incremental buildbot. Following tests started failing:

  lldb-api.commands/expression/argument_passing_restrictions.TestArgumentPassingRestrictions.py
  lldb-api.commands/expression/deleting-implicit-copy-constructor.TestDeletingImplicitCopyConstructor.py
  lldb-api.commands/expression/diagnostics.TestExprDiagnostics.py
  lldb-api.commands/expression/import-std-module/array.TestArrayFromStdModule.py
  lldb-api.commands/expression/import-std-module/module-build-errors.TestStdModuleBuildErrors.py
  lldb-api.commands/expression/rdar44436068.Test128BitsInteger.py
  lldb-api.commands/expression/weak_symbols.TestWeakSymbols.py
  lldb-api.commands/target/dump-pcm-info.TestDumpPCMInfo.py
  lldb-api.functionalities/data-formatter/compactvectors.TestCompactVectors.py
  lldb-api.functionalities/tail_call_frames/cross_object.TestCrossObjectTailCalls.py
  lldb-api.functionalities/target_var/no_vars.TestTargetVarNoVars.py
  lldb-api.lang/c/modules.TestCModules.py
  lldb-api.lang/cpp/accelerator-table.TestCPPAccelerator.py
  lldb-api.lang/cpp/modules-import.TestCXXModulesImport.py
  lldb-api.lang/objc/modules.TestObjCModules.py
  lldb-api.lang/objc/modules-auto-import.TestModulesAutoImport.py
  lldb-api.lang/objc/modules-cache.TestClangModulesCache.py
  lldb-api.lang/objc/modules-compile-error.TestModulesCompileError.py
  lldb-api.lang/objc/modules-incomplete.TestIncompleteModules.py
  lldb-api.lang/objc/modules-inline-functions.TestModulesInlineFunctions.py
  lldb-api.lang/objc/modules-non-objc-target.TestObjCModulesNonObjCTarget.py
  lldb-api.lang/objc/modules-objc-property.TestModulesObjCProperty.py
  lldb-api.tools/lldb-server.TestLldbGdbServer.py

https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/48872/
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/48873/

Last successful build: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/48871/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127284/new/

https://reviews.llvm.org/D127284



More information about the cfe-commits mailing list