Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm/llvm-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 509893b58ff4
Choose a base ref
...
head repository: llvm/llvm-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fffe8c668461
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 7, 2024

  1. Revert "[lldb] Add a compiler/interpreter of LLDB data formatter byte…

    …code to examples"
    
    This reverts commit 60380cd.
    adrian-prantl committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    b504c87 View commit details
    Browse the repository at this point in the history
  2. [lldb] Add a compiler/interpreter of LLDB data formatter bytecode to …

    …examples
    
    This PR adds a proof-of-concept for a bytecode designed to ship and
    run LLDB data formatters. More motivation and context can be found in
    the formatter-bytecode.rst file and on discourse.
    
    https://discourse.llvm.org/t/a-bytecode-for-lldb-data-formatters/82696
    
    Relanding with a fix for a case-sensitive path.
    adrian-prantl committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    fffe8c6 View commit details
    Browse the repository at this point in the history
Loading