<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/tools/llvm-dwp/X86, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-09-10T00:06:52+00:00</updated>
<entry>
<title>Remove some unnecessary REQUIRES: shell lines</title>
<updated>2019-09-10T00:06:52+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2019-09-10T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=87d47cb7c4792cb4dbb6911b9d11e5bd9f2dc928'/>
<id>urn:sha1:87d47cb7c4792cb4dbb6911b9d11e5bd9f2dc928</id>
<content type='text'>
This means these tests will run on Windows. Replace one with
UNSUPPORTED: system-windows.

llvm-svn: 371473
</content>
</entry>
<entry>
<title>Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways</title>
<updated>2019-05-10T18:47:39+00:00</updated>
<author>
<name>Paul Robinson</name>
<email>paul.robinson@sony.com</email>
</author>
<published>2019-05-10T18:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8273fdc2a4847fa4631780812820c33b422def9e'/>
<id>urn:sha1:8273fdc2a4847fa4631780812820c33b422def9e</id>
<content type='text'>
to say the same thing.

llvm-svn: 360455
</content>
</entry>
<entry>
<title>[llvm-dwp] Avoid writing the output dwp file when there is an error</title>
<updated>2019-02-12T20:00:51+00:00</updated>
<author>
<name>Jordan Rupprecht</name>
<email>rupprecht@google.com</email>
</author>
<published>2019-02-12T20:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=706a965295618cadbc1a27098f1a015590e7a392'/>
<id>urn:sha1:706a965295618cadbc1a27098f1a015590e7a392</id>
<content type='text'>
Summary: Use ToolOutputFile to clean up the output file unless dwp actually finishes successfully.

Reviewers: dblaikie

Reviewed By: dblaikie

Subscribers: jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58130

llvm-svn: 353873
</content>
</entry>
<entry>
<title>[llvm-dwp] Abort when dwo_id is unset</title>
<updated>2019-02-12T15:01:07+00:00</updated>
<author>
<name>Jordan Rupprecht</name>
<email>rupprecht@google.com</email>
</author>
<published>2019-02-12T15:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b78d4f3470dcbe4978457e4b1347bc0be150ca7'/>
<id>urn:sha1:4b78d4f3470dcbe4978457e4b1347bc0be150ca7</id>
<content type='text'>
Summary:
An empty dwo_id indicates a degenerate .dwo file that should not have been generated in the first place. Instead of discovering this error later when merging with another degenerate .dwo file, print an error immediately when noticing an unset dwo_id, including the filename of the offending file.

Test case created by compiling a trivial file w/ `-fno-split-dwarf-inlining -gmlt -gsplit-dwarf -c` prior to r353771

Reviewers: dblaikie

Reviewed By: dblaikie

Subscribers: jdoerfert, aprantl, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58085

llvm-svn: 353846
</content>
</entry>
<entry>
<title>[llvm-dwp] Clean up tests X86/*.test</title>
<updated>2018-09-07T18:29:20+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2018-09-07T18:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=91c95a35c18937129e1929fb5002d265c5b40cbc'/>
<id>urn:sha1:91c95a35c18937129e1929fb5002d265c5b40cbc</id>
<content type='text'>
llvm-svn: 341688
</content>
</entry>
<entry>
<title>Reland rL341509: "[llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")"</title>
<updated>2018-09-06T20:26:54+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2018-09-06T20:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a3735821697d4c189c7f8acf97d9c316336b0fb2'/>
<id>urn:sha1:a3735821697d4c189c7f8acf97d9c316336b0fb2</id>
<content type='text'>
It caused ambiguity between llvm::cl::Optional and llvm::Optional, which
has been fixed by dropping `using namespace cl;` in favor of explicit
cl:: qualified names.

llvm-svn: 341586
</content>
</entry>
<entry>
<title>Revert rL341509 to fix massive failures on buildbots</title>
<updated>2018-09-06T04:40:49+00:00</updated>
<author>
<name>Max Kazantsev</name>
<email>max.kazantsev@azul.com</email>
</author>
<published>2018-09-06T04:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=eb410f79b39e73a2a2fb3eedbbf1da15aabb9f10'/>
<id>urn:sha1:eb410f79b39e73a2a2fb3eedbbf1da15aabb9f10</id>
<content type='text'>
llvm-svn: 341515
</content>
</entry>
<entry>
<title>[llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/simple.test and adjust check lines for TYPES:</title>
<updated>2018-09-06T00:46:30+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2018-09-06T00:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=26f23f8c25e92ea72ef4befa620a97b95ee708d0'/>
<id>urn:sha1:26f23f8c25e92ea72ef4befa620a97b95ee708d0</id>
<content type='text'>
Reviewers: dblaikie, aprantl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D51704

llvm-svn: 341510
</content>
</entry>
<entry>
<title>[llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-")</title>
<updated>2018-09-06T00:06:25+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>maskray@google.com</email>
</author>
<published>2018-09-06T00:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=57575e11d1397eaca3174044a85648e3c94f8878'/>
<id>urn:sha1:57575e11d1397eaca3174044a85648e3c94f8878</id>
<content type='text'>
Reviewers: dblaikie, pcc

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D51707

llvm-svn: 341509
</content>
</entry>
<entry>
<title>llvm-dwarfdump: automatically dump both regular and .dwo variant of sections</title>
<updated>2017-09-13T22:09:01+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2017-09-13T22:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8'/>
<id>urn:sha1:3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8</id>
<content type='text'>
Since users typically don't really care about the .dwo / non.dwo
distinction, this patch makes it so dwarfdump --debug-&lt;info,...&gt; dumps
.debug_info and (if available) also .debug_info.dwo. This simplifies
the command line interface (I've removed all dwo-specific dump
options) and makes the tool friendlier to use.

Differential Revision: https://reviews.llvm.org/D37771

llvm-svn: 313207
</content>
</entry>
</feed>
