<?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 universal-binary.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4979b16d - [llvm-cov] Improve error message by printing the object file name that produces error</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#4979b16d</link>
        <description>[llvm-cov] Improve error message by printing the object file name that produces errorIf error occurs on constructing coverage info for one of the object files, it prints the name of the object file, so that users know which one is the cause of error.Differential Revision: https://reviews.llvm.org/D130196

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Thu, 21 Jul 2022 17:18:16 +0000</pubDate>
        <dc:creator>Zequan Wu &lt;zequanwu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>427ba2bc - [llvm-cov] Assume repeat architectures for universal binaries</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#427ba2bc</link>
        <description>[llvm-cov] Assume repeat architectures for universal binariesIn the case you pass multiple universal binaries to llvm-cov, assumethat if only 1 architecture is passed, it should be used for all thepassed binaries.This makes it easier to use multiple multi-arch binaries, since it&apos;slikely very rare that your architectures mismatch significantly if youalso have multiple binaries in a single llvm-cov invocation. If thearchitecture is invalid for any of the passed binaries, it will stillfail later.Differential Revision: https://reviews.llvm.org/D121667

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 15 Mar 2022 04:57:38 +0000</pubDate>
        <dc:creator>Keith Smiley &lt;keithbsmiley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7fafaa07 - [llvm-cov] Warn when -arch spec is missing/invalid for universal binary (reland)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#7fafaa07</link>
        <description>[llvm-cov] Warn when -arch spec is missing/invalid for universal binary (reland)llvm-cov reports a poor error message when the -arch specifier ismissing or invalid, and a binary has multiple slices. Make the errormessage more specific.(This version of the patch avoids using llvm::none_of -- the way I usedthe utility caused compile errors on many bots, possibly because thewrong overload of `none_of` was selected.)rdar://40312677

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 13 Oct 2020 23:20:40 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>10b6d090 - Revert &quot;[llvm-cov] Warn when -arch spec is missing/invalid for universal binary&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#10b6d090</link>
        <description>Revert &quot;[llvm-cov] Warn when -arch spec is missing/invalid for universal binary&quot;This reverts commit b81d4bfb44c14575130bb06c047728b69c3213aa.It&apos;s causing some bots to fail to build due to: &quot;error: no matchingfunction for call to &#8216;__iterator_category&quot;.

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 13 Oct 2020 23:32:31 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>b81d4bfb - [llvm-cov] Warn when -arch spec is missing/invalid for universal binary</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#b81d4bfb</link>
        <description>[llvm-cov] Warn when -arch spec is missing/invalid for universal binaryllvm-cov reports a poor error message when the -arch specifier ismissing or invalid, and a binary has multiple slices. Make the errormessage more specific.rdar://40312677

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 13 Oct 2020 23:20:40 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>2963c490 - [llvm-cov] Delete custom JSON serialization code (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#2963c490</link>
        <description>[llvm-cov] Delete custom JSON serialization code (NFC)Teach llvm-cov to use the new llvm JSON library, and remove someredundant/brittle JSON serialization tests.llvm-svn: 342088

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Wed, 12 Sep 2018 21:59:38 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>9edfeac9 - [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#9edfeac9</link>
        <description>[llvm-cov] Add an option which maps the location of source directories on another machine to your local copiesSummary:This patch adds the -path-equivalence option (example: llvm-cov show -path-equivalence=/origin/path,/local/path) which maps the source code path from one machine to another when using `llvm-cov show`. This is similar to the -filename-equivalence option, but doesn&apos;t require you to specify all the source files on the command line.This allows you to generate the coverage data on one machine (e.g. in a CI system), and then use llvm-cov on another machine where you have the same code base on a different path.Reviewers: vskReviewed By: vskSubscribers: llvm-commitsDifferential Revision: https://reviews.llvm.org/D36391llvm-svn: 310827

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Mon, 14 Aug 2017 10:20:12 +0000</pubDate>
        <dc:creator>Sean Eveson &lt;eveson.sean@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b102c3d - [llvm-cov] Allow specifying distinct architectures for each loaded binary</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#4b102c3d</link>
        <description>[llvm-cov] Allow specifying distinct architectures for each loaded binaryThe coverage tool needs to know which slice to look at when it&apos;s handeda universal binary. Some projects need to look at aggregate coveragereports for a variety of slices in different binaries: this patch addssupport for these kinds of projects to llvm-cov.rdar://problem/33579007llvm-svn: 309747

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 01 Aug 2017 21:23:26 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a3661eff - [llvm-cov] Add support for loading coverage from multiple objects</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#a3661eff</link>
        <description>[llvm-cov] Add support for loading coverage from multiple objectsDifferential Revision: https://reviews.llvm.org/D25086llvm-svn: 285088

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 25 Oct 2016 17:40:55 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>6b1f5f89 - [llvm-cov]  Swapped the line and count columns.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#6b1f5f89</link>
        <description>[llvm-cov]  Swapped the line and count columns.In the coverage report, the line and count columns have been swapped to make it more readable.A follow-up commit in compiler-rt is neededDifferential Revision: https://reviews.llvm.org/D23281llvm-svn: 278152

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 09 Aug 2016 19:53:35 +0000</pubDate>
        <dc:creator>Ying Yi &lt;maggieyi666@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7101d73c - Retry: [llvm-cov] Add support for exporting coverage data to JSON</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#7101d73c</link>
        <description>Retry: [llvm-cov] Add support for exporting coverage data to JSONThis enables users to export coverage information as portable JSON for use byanalysis tools and storage in document based databases.The export sub-command is invoked just like the others:  llvm-cov export -instr-profile path/to/foo.profdata path/to/foo.binaryThe resulting JSON contains a list of files and functions. Every file objectcontains a list of segments, expansions, and a summary of the file&apos;s region,function, and line coverage. Every function object contains the function&apos;s nameand regions. There is also a total summary for the entire object file.Changes since the initial commit (r276813):  - Fixed the regexes in the tests to handle Windows filepaths.Patch by Eddie Hurtig!Differential Revision: https://reviews.llvm.org/D22651llvm-svn: 276818

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 26 Jul 2016 22:50:58 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e85353b8 - Revert &quot;[llvm-cov] Add support for exporting coverage data to JSON&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#e85353b8</link>
        <description>Revert &quot;[llvm-cov] Add support for exporting coverage data to JSON&quot;This reverts commit r276813. The Windows bots are complaining about someof the filename regexes in the tests:  http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/5299llvm-svn: 276816

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 26 Jul 2016 21:55:39 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>d5b7436c - [llvm-cov] Add support for exporting coverage data to JSON</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#d5b7436c</link>
        <description>[llvm-cov] Add support for exporting coverage data to JSONThis enables users to export coverage information as portable JSON for use byanalysis tools and storage in document based databases.The export sub-command is invoked just like the others:  llvm-cov export -instr-profile path/to/foo.profdata path/to/foo.binaryThe resulting JSON contains a list of files and functions. Every file objectcontains a list of segments, expansions, and a summary of the file&apos;s region,function, and line coverage. Every function object contains the function&apos;s nameand regions. There is also a total summary for the entire object file.Patch by Eddie Hurtig!Differential Revision: https://reviews.llvm.org/D22651llvm-svn: 276813

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Tue, 26 Jul 2016 21:35:43 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>60a3da3f - [llvm-cov] - Improve llvm-cov error message</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#60a3da3f</link>
        <description>[llvm-cov] - Improve llvm-cov error messageSummary:When giving the following command:% llvm-cov report -instr-profile=default.profrawllvm-cov will give the following error message:&gt;llvm-cov report: Not enough positional command line arguments specified!&gt;Must specify at least 1 positional arguments: See: orbis-llvm-cov report -helpThis patch changes the error message from  &apos;1 positional arguments&apos;to &apos;1 positional argument&apos;.Differential Revision: https://reviews.llvm.org/D22621llvm-svn: 276404

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Fri, 22 Jul 2016 10:52:21 +0000</pubDate>
        <dc:creator>Ying Yi &lt;maggieyi666@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cfb53e49 - llvm-cov: Only emit colour by default if the output is a tty</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#cfb53e49</link>
        <description>llvm-cov: Only emit colour by default if the output is a ttyThis replaces the -no-color flag with a -color={auto|always|never}option, with auto as the default, which is much saner.llvm-svn: 232693

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Thu, 19 Mar 2015 00:02:23 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>0a582d76 - InstrProf: Remove xfails for big-endian from coverage tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#0a582d76</link>
        <description>InstrProf: Remove xfails for big-endian from coverage testsThis still doesn&apos;t actually work correctly for big endian input files,but since these tests all use little endian input files they don&apos;tactually fail. I&apos;ll be committing a real fix for big endian soon, butI don&apos;t have proper tests for it yet.llvm-svn: 232354

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Mon, 16 Mar 2015 07:29:49 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>f19da3c3 - Now that r231902&apos;s test is executed, make it actually pass</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#f19da3c3</link>
        <description>Now that r231902&apos;s test is executed, make it actually passAs of r231908, the test I added in r231902 actually gets run - but I&apos;dchecked in a stale version of the input so it didn&apos;t pass. Fix theinput and un-xfail the test.llvm-svn: 231911

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Wed, 11 Mar 2015 08:17:25 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>92e701b1 - Make test added in r231902 actually be executed.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#92e701b1</link>
        <description>Make test added in r231902 actually be executed.There were also errors in the CHECK line which I fixed and the testdoesn&apos;t actually pass as the &quot;100&quot; is in the wrong line. Not surewhether this is a test failure or a coverage failure so making the testXFAIL for now.llvm-svn: 231908

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Wed, 11 Mar 2015 06:44:51 +0000</pubDate>
        <dc:creator>Daniel Jasper &lt;djasper@google.com&gt;</dc:creator>
    </item>
<item>
        <title>4379535e - InstrProf: Teach llvm-cov to handle universal binaries when given -arch</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c#4379535e</link>
        <description>InstrProf: Teach llvm-cov to handle universal binaries when given -archllvm-svn: 231902

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/universal-binary.c</description>
        <pubDate>Wed, 11 Mar 2015 02:30:51 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
</channel>
</rss>
