<?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 inline-debug-info.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d648aa1b - [BOLT][TEST] Use double dash flags in tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#d648aa1b</link>
        <description>[BOLT][TEST] Use double dash flags in testsReplace a single dash with a double dash for options that have morethan a single letter.llvm-bolt-wrapper.py has special treatment for output options such as&quot;-o&quot; and &quot;-w&quot; causing issues when a single dash is used, e.g. for&quot;-write-dwp&quot;. The wrapper can be fixed as well, but using a double dashhas other advantages as well.Reviewed By: rafaulerDifferential Revision: https://reviews.llvm.org/D127538

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Fri, 10 Jun 2022 21:10:58 +0000</pubDate>
        <dc:creator>Maksim Panchenko &lt;maks@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>1d5263c5 - [BOLT][TEST] Fix test failures on AArch64 builder</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#1d5263c5</link>
        <description>[BOLT][TEST] Fix test failures on AArch64 builderAddress X86 tests failures on AArch64 builder:https://lab.llvm.org/staging/#/builders/211/builds/82Inputs fail to cross-compile due to a missing header:```/usr/include/stdio.h:27:10: fatal error: &apos;bits/libc-header-start.h&apos; file not found#include &lt;bits/libc-header-start.h&gt;```As inputs are linked with `-nostdlib` anyway, don&apos;t include stdio.h.Reviewed By: yota9Differential Revision: https://reviews.llvm.org/D124863

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Tue, 03 May 2022 21:47:03 +0000</pubDate>
        <dc:creator>Amir Ayupov &lt;aaupov@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>f0f5d19a - [BOLT][test] Fix X86 cross-platform tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#f0f5d19a</link>
        <description>[BOLT][test] Fix X86 cross-platform testsUse target-specific flags for building X86 non-runnable tests.Reviewed By: AmirDifferential Revision: https://reviews.llvm.org/D123072

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Tue, 05 Apr 2022 01:01:10 +0000</pubDate>
        <dc:creator>Maksim Panchenko &lt;maks@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>dcc595ea - [BOLT] Fix DWARFv5 for aarch64</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#dcc595ea</link>
        <description>[BOLT] Fix DWARFv5 for aarch64This patch reverts patch &quot;DWARFv5 default: Switch bolt tests to useDWARFv4 since Bolt doesn&apos;t support v5 yet&quot; and places the -gdwarf-4 flagto the global cflags config file.Reviewed By: AmirDifferential Revision: https://reviews.llvm.org/D118283

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Wed, 26 Jan 2022 22:59:10 +0000</pubDate>
        <dc:creator>Vladislav Khmelevsky &lt;och95@yandex.ru&gt;</dc:creator>
    </item>
<item>
        <title>9407a701 - DWARFv5 default: Switch bolt tests to use DWARFv4 since Bolt doesn&apos;t support v5 yet</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#9407a701</link>
        <description>DWARFv5 default: Switch bolt tests to use DWARFv4 since Bolt doesn&apos;t support v5 yetRough attempt to fix these, since I don&apos;t have bolt building locally.Will see how the buildbots go with it...

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Mon, 24 Jan 2022 23:02:49 +0000</pubDate>
        <dc:creator>David Blaikie &lt;dblaikie@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4fdc981 - [BOLT][TEST] Remove dependence on host_cc and host_cxx</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#d4fdc981</link>
        <description>[BOLT][TEST] Remove dependence on host_cc and host_cxxSummary: Add dependency on clang and clangxx instead.(cherry picked from FBD31128140)

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Wed, 22 Sep 2021 22:53:38 +0000</pubDate>
        <dc:creator>Amir Ayupov &lt;aaupov@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>7bccf8d2 - [BOLT][NFC] Fix debug info printouts for inlined functions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test#7bccf8d2</link>
        <description>[BOLT][NFC] Fix debug info printouts for inlined functionsSummary:While printing debug info for instructions, we should use line tablesfrom the corresponding DWARF CU which could be different from thecontaining function CU in case of inlined instructions.(cherry picked from FBD28908324)

            List of files:
            /llvm-project-15.0.7/bolt/test/X86/inline-debug-info.test</description>
        <pubDate>Fri, 04 Jun 2021 19:31:31 +0000</pubDate>
        <dc:creator>Maksim Panchenko &lt;maks@fb.com&gt;</dc:creator>
    </item>
</channel>
</rss>
