Skip to content

Commit

Permalink
llvm: Update baseline to cca32174fef004aadc177fcde44904e326c639fb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 725b340 commit 1e9a20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 38 files
+2 −0 lldb/include/lldb/API/SBDebugger.h
+4 −0 lldb/include/lldb/Core/Debugger.h
+1 −0 lldb/include/lldb/Expression/DiagnosticManager.h
+8 −0 lldb/include/lldb/Interpreter/CommandObject.h
+6 −0 lldb/source/API/SBDebugger.cpp
+28 −13 lldb/source/Commands/CommandObjectExpression.cpp
+133 −0 lldb/source/Commands/DiagnosticRendering.h
+4 −0 lldb/source/Core/CoreProperties.td
+12 −1 lldb/source/Core/Debugger.cpp
+1 −1 lldb/source/Expression/DiagnosticManager.cpp
+3 −1 lldb/source/Interpreter/CommandInterpreter.cpp
+14 −13 lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
+1 −1 lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.h
+51 −0 lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
+2 −2 lldb/test/API/commands/expression/persistent_variables/TestPersistentVariables.py
+1 −1 lldb/test/API/commands/expression/static-initializers/TestStaticInitializers.py
+2 −1 lldb/test/API/lang/cpp/template-function/TestTemplateFunctions.py
+1 −1 lldb/test/API/lang/mixed/TestMixedLanguages.py
+1 −1 lldb/test/Shell/Expr/TestObjCIDCast.test
+1 −1 lldb/test/Shell/Expr/TestObjCInCXXContext.test
+1 −3 lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
+1 −0 lldb/tools/driver/Driver.cpp
+20 −13 lldb/unittests/Expression/DiagnosticManagerTest.cpp
+2 −0 lldb/unittests/Interpreter/CMakeLists.txt
+27 −0 lldb/unittests/Interpreter/TestCommandObjectExpression.cpp
+36 −0 llvm/include/llvm/SandboxIR/Utils.h
+79 −0 llvm/unittests/SandboxIR/UtilsTest.cpp
+1 −0 mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
+1 −1 mlir/include/mlir/Dialect/Affine/Passes.td
+1 −0 mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
+127 −0 mlir/lib/Dialect/Affine/IR/AffineOps.cpp
+1 −0 mlir/lib/Dialect/SCF/Transforms/ParallelLoopCollapsing.cpp
+77 −1 mlir/lib/Dialect/SCF/Utils/Utils.cpp
+48 −0 mlir/test/Dialect/Affine/canonicalize.mlir
+118 −144 mlir/test/Dialect/Affine/loop-coalescing.mlir
+35 −46 mlir/test/Dialect/SCF/transform-op-coalesce.mlir
+2 −5 mlir/test/Transforms/parallel-loop-collapsing.mlir
+5 −10 mlir/test/Transforms/single-parallel-loop-collapsing.mlir

0 comments on commit 1e9a20f

Please sign in to comment.