mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
…
|
||
---|---|---|
.. | ||
crash.ll | ||
crash.ll.check | ||
exception.ll | ||
exception.ll.check | ||
function.ll | ||
function.ll.check | ||
lit.local.cfg | ||
README.txt | ||
simple.ll | ||
simple.ll.check | ||
struct.ll | ||
struct.ll.check | ||
vector.ll | ||
vector.ll.check |
This directory contains tests for the DebugIR pass which modifies source-level debug metadata so as to allow debugging LLVM IR in a debugger. Becaue of a limitation in the current implementation, existing debug metadata is required for the pass to work, and as such, these tests (and the pass) are highly coupled with the current format of debug information.