<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/mlir/lib/Debug/CLOptionsSetup.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[MLIR][mlir-opt] move action debugger hook flag (#134842)</title>
<updated>2025-04-08T14:54:11+00:00</updated>
<author>
<name>Christopher McGirr</name>
<email>7071833+chrsmcgrr@users.noreply.github.com</email>
</author>
<published>2025-04-08T14:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ae3faea1f28f840bddd819d1c45e7f7d3e75703c'/>
<id>ae3faea1f28f840bddd819d1c45e7f7d3e75703c</id>
<content type='text'>
Currently if a developer uses the flag `--mlir-enable-debugger-hook` the
debugger hook is not actually enabled. It seems the DebugConfig and the
MainMLIROptConfig are not connected.

To fix this we can move the `enableDebuggerHook` CL Option to the
DebugConfigCLOptions struct so that it can get registered and enabled
along with the other debugger flags. AFAICS there are no other uses of
the flag so this should be safe.

This also adds a small LIT test to check that the hook is enabled by
checking the std::cerr output for the log message.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently if a developer uses the flag `--mlir-enable-debugger-hook` the
debugger hook is not actually enabled. It seems the DebugConfig and the
MainMLIROptConfig are not connected.

To fix this we can move the `enableDebuggerHook` CL Option to the
DebugConfigCLOptions struct so that it can get registered and enabled
along with the other debugger flags. AFAICS there are no other uses of
the flag so this should be safe.

This also adds a small LIT test to check that the hook is enabled by
checking the std::cerr output for the log message.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] Add missing ManagedStatic.h includes (NFC)</title>
<updated>2024-06-21T14:13:41+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2024-06-21T14:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0aea1f2f21b8b3984072dc2ea33857d077d91af2'/>
<id>0aea1f2f21b8b3984072dc2ea33857d077d91af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply clang-tidy fixes for readability-identifier-naming in CLOptionsSetup.cpp (NFC)</title>
<updated>2024-01-16T04:59:12+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2023-10-20T10:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=39c0ebd5584f0649d36eb2d3f0bc0363c9e40a86'/>
<id>39c0ebd5584f0649d36eb2d3f0bc0363c9e40a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] Add an Observer for profiling actions to a stream. (#67251)</title>
<updated>2023-10-03T03:07:10+00:00</updated>
<author>
<name>Antonio Cortes Perez</name>
<email>antonio.cortes.perez@gmail.com</email>
</author>
<published>2023-10-03T03:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f33afea2604fc2f1c4745561277c1156fe8c673c'/>
<id>f33afea2604fc2f1c4745561277c1156fe8c673c</id>
<content type='text'>
The profile is stored in the Chrome trace event format.

Added the --profile-action-to=&lt;file&gt; option to mlir-opt.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The profile is stored in the Chrome trace event format.

Added the --profile-action-to=&lt;file&gt; option to mlir-opt.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR] Fix build, obivous typos in cca510640</title>
<updated>2023-04-24T21:41:57+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2023-04-24T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6dc83c156e6d7290163daeae7ac5f9b0b6fe6292'/>
<id>6dc83c156e6d7290163daeae7ac5f9b0b6fe6292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the mlir-opt command line options related to debugging in a helper</title>
<updated>2023-04-24T21:34:15+00:00</updated>
<author>
<name>Mehdi Amini</name>
<email>joker.eph@gmail.com</email>
</author>
<published>2023-02-26T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cca510640bf0aa3ef356a8ad51652de16b5a557a'/>
<id>cca510640bf0aa3ef356a8ad51652de16b5a557a</id>
<content type='text'>
This makes it reusable across various tooling and reduces the amount of
boilerplate needed.

Differential Revision: https://reviews.llvm.org/D144818
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it reusable across various tooling and reduces the amount of
boilerplate needed.

Differential Revision: https://reviews.llvm.org/D144818
</pre>
</div>
</content>
</entry>
</feed>
