<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in debug-objects-elf-minimal.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2131eb69 - [ORC] DebugObjectManagerPlugin tests can use lli in ORC greedy mode</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#2131eb69</link>
        <description>[ORC] DebugObjectManagerPlugin tests can use lli in ORC greedy modeInitially, lli only supported lazy mode for ORC. Greedy mode was added with e1579894d205 and it&apos;s the default setting now. DebugObjectManagerPlugin tests don&apos;t rely on laziness, so we can switch them to greedy in order to avoid some unnecessary complexity.

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Wed, 22 Sep 2021 15:46:08 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>506dbd88 - [ORC] Re-enable ELF DebugObjectManagerPlugin tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#506dbd88</link>
        <description>[ORC] Re-enable ELF DebugObjectManagerPlugin testsThese tests were disabled by accident after D107640. Actually, REQUIRES lines don&apos;t support `x86_64` and so these tests stopped running on all targets.`native &amp;&amp; target-x86_64` should be the correct term to express &quot;x86_64 host targeting native arch&quot;.

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Wed, 22 Sep 2021 15:35:26 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5ab55f5 - [Orc] Enable debug object tests only on x86_64 hosts</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#c5ab55f5</link>
        <description>[Orc] Enable debug object tests only on x86_64 hostsThese tests rely on running IR code with an explicit x86_64 target triple. They won&apos;t work on other architectures. (They won&apos;t work for 32-bit processes on x86_64 hosts either. We will take care of this later.)Differential Revision: https://reviews.llvm.org/D107640

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Fri, 06 Aug 2021 12:34:31 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6a3a386c - [Orc] Test DebugObjectManagerPlugin fills in load-address for .text section of in-memory ELF debug object</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#6a3a386c</link>
        <description>[Orc] Test DebugObjectManagerPlugin fills in load-address for .text section of in-memory ELF debug object

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Tue, 09 Mar 2021 11:49:08 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ae51fde3 - [Orc] Extend lli debug support tests to JITLink</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#ae51fde3</link>
        <description>[Orc] Extend lli debug support tests to JITLink

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Tue, 02 Mar 2021 13:03:29 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f47ff8cf - [lli] Test debug support in RuntimeDyld with built-in functions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll#f47ff8cf</link>
        <description>[lli] Test debug support in RuntimeDyld with built-in functionsWhen lli runs the below IR, it emits in-memory debug objects and registers them with the GDB JIT interface. The tests dump and check the registered information. IR has limited ability to produce complex output in a portable way. Instead the tests rely on built-in functions implemented in lli. They use a new command line flag `-generate=function-name` to instruct the ORC JIT to expose the built-in function with the given name to the JITed program.`debug-descriptor-elf-minimal.ll` calls `__dump_jit_debug_descriptor()` to reflect the list of debug entries issued for itself after emitting the main module. The output is textual and can be checked straight away.`debug-objects-elf-minimal.ll` calls `__dump_jit_debug_objects()`, which instructs lli to walk through the list of debug entries and append the encountered in-memory objects to the program output. We feed this output into llvm-dwarfdump to parse the DWARF in each file and dump their structures.We can do the same for JITLink once D97335 has landed.Reviewed By: lhamesDifferential Revision: https://reviews.llvm.org/D97694

            List of files:
            /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll</description>
        <pubDate>Tue, 02 Mar 2021 09:37:55 +0000</pubDate>
        <dc:creator>Stefan Gr&#228;nitz &lt;stefan.graenitz@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
