<?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 xray-shared-noxray.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c29ffda - Revert &quot;[Driver][test] Replace ^//$ with empty string&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#5c29ffda</link>
        <description>Revert &quot;[Driver][test] Replace ^//$ with empty string&quot;This reverts commit 4817b7729a1846b709ec02b98bfe11b0125f8e8f.It caused some `^/\n` and had some objection about its readability improvement.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Fri, 24 Jun 2022 20:52:27 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>4817b772 - [Driver][test] Replace ^//$ with empty string</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#4817b772</link>
        <description>[Driver][test] Replace ^//$ with empty stringThe convention does not add //\n. Having all RUN/CHECK lines separated by //\nmakes editor movement difficult (e.g. { } in Vim).

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Fri, 24 Jun 2022 18:25:03 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>30c0a375 - Revert part of r. 325746 D43378</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#30c0a375</link>
        <description>Revert part of r. 325746 D43378test/Driver/XRay/xray-shared-noxray.cpp fails on !Linux hosts.llvm-svn: 325748

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Thu, 22 Feb 2018 06:48:34 +0000</pubDate>
        <dc:creator>Kamil Rytarowski &lt;n54@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>3e4e74cb - FreeBSD driver / Xray flags moving pthread to compile flags.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#3e4e74cb</link>
        <description>FreeBSD driver / Xray flags moving pthread to compile flags.Summary:- Using -lpthread instead, with -pthread the linkage does not work.-Warning about the -fxray-instrument usage outside of the working cases.Patch by: David CARLIERReviewers: krytarowski, vitalybuka, dberris, emasteReviewed By: krytarowski, emasteSubscribers: srhines, emaste, cfe-commitsDifferential Revision: https://reviews.llvm.org/D43378llvm-svn: 325746

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Thu, 22 Feb 2018 06:31:40 +0000</pubDate>
        <dc:creator>Kamil Rytarowski &lt;n54@gmx.com&gt;</dc:creator>
    </item>
<item>
        <title>7fb05459 - [XRay] Avoid actual linking when testing the driver</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#7fb05459</link>
        <description>[XRay] Avoid actual linking when testing the driverUse -### in the command to see just look for the output of -v.Follow-up to D38226.llvm-svn: 314194

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 04:29:25 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8d10a873 - [XRay] Run command once without piping to FileCheck</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#8d10a873</link>
        <description>[XRay] Run command once without piping to FileCheckThis allows us to debug the failures that come up from the build bots.Follow-up to D38226.llvm-svn: 314193

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 04:17:37 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>394f388c - [XRay] Only run shared tests when &apos;enable_shared&apos; is true</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#394f388c</link>
        <description>[XRay] Only run shared tests when &apos;enable_shared&apos; is trueFollow-up to D38226.llvm-svn: 314191

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 04:07:45 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f686a90f - [XRay] Remove -fPIC from shared build test.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#f686a90f</link>
        <description>[XRay] Remove -fPIC from shared build test.Follow-up to D38226.llvm-svn: 314190

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 04:00:41 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e935cbe8 - [XRay] Stop running tests for &apos;amd64&apos;, and remove -fPIE from tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#e935cbe8</link>
        <description>[XRay] Stop running tests for &apos;amd64&apos;, and remove -fPIE from tests.Follow-up to D38226.llvm-svn: 314189

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 03:45:37 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c67811ce - [XRay][Driver] Do not link in XRay runtime in shared libs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#c67811ce</link>
        <description>[XRay][Driver] Do not link in XRay runtime in shared libsSummary:This change ensures that we don&apos;t link in the XRay runtime when buildingshared libraries with clang. This doesn&apos;t prevent us from buildingshared libraris tht have XRay instrumentation sleds, but it does preventus from linking in the static XRay runtime into a shared library.The XRay runtime currently doesn&apos;t support dynamic registration ofinstrumentation sleds in shared objects, which we&apos;ll start enabling inthe future. That work has to happen in the back-end and in the runtime.Reviewers: rnk, pelikanSubscribers: cfe-commitsDifferential Revision: https://reviews.llvm.org/D38226llvm-svn: 314188

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Tue, 26 Sep 2017 03:18:11 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
<item>
        <title>b013dc4b - [XRay][Driver] Do not link in XRay runtime in shared libs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp#b013dc4b</link>
        <description>[XRay][Driver] Do not link in XRay runtime in shared libsSummary:This change ensures that we don&apos;t link in the XRay runtime when buildingshared libraries with clang. This doesn&apos;t prevent us from buildingshared libraris tht have XRay instrumentation sleds, but it does preventus from linking in the static XRay runtime into a shared library.The XRay runtime currently doesn&apos;t support dynamic registration ofinstrumentation sleds in shared objects, which we&apos;ll start enabling inthe future. That work has to happen in the back-end and in the runtime.Reviewers: rnk, pelikanSubscribers: cfe-commitsDifferential Revision: https://reviews.llvm.org/D38226llvm-svn: 314177

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/XRay/xray-shared-noxray.cpp</description>
        <pubDate>Mon, 25 Sep 2017 23:40:33 +0000</pubDate>
        <dc:creator>Dean Michael Berris &lt;dberris@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
