<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/include/module.modulemap, branch users/jrtc27/spr/nfcielfmips-refactor-mipsgotsection-to-avoid-explicit-writes</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>[BinaryFormat] Add SFrameConstants.def to the module map</title>
<updated>2025-07-25T09:31:27+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2025-07-25T09:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=574fbdc19f77b4a4294978adfb153a850503c582'/>
<id>574fbdc19f77b4a4294978adfb153a850503c582</id>
<content type='text'>
Follup-up to #147294, should fix the module build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follup-up to #147294, should fix the module build.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DebugInfo][DWARF] Add DWARF/LowLevel to module.modulemap (#148693)</title>
<updated>2025-07-14T19:46:43+00:00</updated>
<author>
<name>Guy David</name>
<email>49722543+guy-david@users.noreply.github.com</email>
</author>
<published>2025-07-14T19:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=db15c23a5734da141bf4d8b9fc16d193502a7f92'/>
<id>db15c23a5734da141bf4d8b9fc16d193502a7f92</id>
<content type='text'>
This ensures the generation of Attributes.inc when using
-DLLVM_ENABLE_MODULES=ON.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures the generation of Attributes.inc when using
-DLLVM_ENABLE_MODULES=ON.</pre>
</div>
</content>
</entry>
<entry>
<title>TableGen: Add runtime libcall backend (#144972)</title>
<updated>2025-06-27T08:37:03+00:00</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2025-06-27T08:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3fdf46ad60f1747e8ea1cced2e67dd36f29fc43b'/>
<id>3fdf46ad60f1747e8ea1cced2e67dd36f29fc43b</id>
<content type='text'>
Replace RuntimeLibcalls.def with a tablegenerated version. This
is in preparation for splitting RuntimeLibcalls into two components.
For now match the existing functionality.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace RuntimeLibcalls.def with a tablegenerated version. This
is in preparation for splitting RuntimeLibcalls into two components.
For now match the existing functionality.</pre>
</div>
</content>
</entry>
<entry>
<title>[ModuleMap] Fix module build after #141750 (#142670)</title>
<updated>2025-06-03T22:07:23+00:00</updated>
<author>
<name>Steven Wu</name>
<email>stevenwu@apple.com</email>
</author>
<published>2025-06-03T22:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=97686f2cd074a143022397b94ab1af1784ed75f2'/>
<id>97686f2cd074a143022397b94ab1af1784ed75f2</id>
<content type='text'>
Add `CodeViewLanguages.def` to textual header in LLVM_DebugInfo_CodeView
to fix clang module build of LLVM.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `CodeViewLanguages.def` to textual header in LLVM_DebugInfo_CodeView
to fix clang module build of LLVM.</pre>
</div>
</content>
</entry>
<entry>
<title>[TargetParser] Add missing include to modulemap (#122768)</title>
<updated>2025-01-14T18:34:41+00:00</updated>
<author>
<name>Cyndy Ishida</name>
<email>cyndy_ishida@apple.com</email>
</author>
<published>2025-01-14T18:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dcc141bc0bb471ba209c89aca4288dc5cd2ef8bc'/>
<id>dcc141bc0bb471ba209c89aca4288dc5cd2ef8bc</id>
<content type='text'>
Resolves warning when building with `LLVM_ENABLE_MODULES`

```
AArch64TargetParser.h:39:2: warning: missing submodule 'LLVM_Utils.TargetParser.AArch64FeatPriorities' [-Wincomplete-umbrella]
   39 | #include "llvm/TargetParser/AArch64FeatPriorities.inc"
      |  ^       ~~~~~~~
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves warning when building with `LLVM_ENABLE_MODULES`

```
AArch64TargetParser.h:39:2: warning: missing submodule 'LLVM_Utils.TargetParser.AArch64FeatPriorities' [-Wincomplete-umbrella]
   39 | #include "llvm/TargetParser/AArch64FeatPriorities.inc"
      |  ^       ~~~~~~~
```</pre>
</div>
</content>
</entry>
<entry>
<title>[Modules] Fix modular build. (#122034)</title>
<updated>2025-01-08T02:02:10+00:00</updated>
<author>
<name>Volodymyr Sapsai</name>
<email>vsapsai@apple.com</email>
</author>
<published>2025-01-08T02:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=db408acc0498a8e5ece91b8d745e3cc412542398'/>
<id>db408acc0498a8e5ece91b8d745e3cc412542398</id>
<content type='text'>
Add a new file to the module map and remove 2 missing files (migrated
from .def to .td).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new file to the module map and remove 2 missing files (migrated
from .def to .td).</pre>
</div>
</content>
</entry>
<entry>
<title>[clang][Modules] Fixing Build Breaks When -DLLVM_ENABLE_MODULES=ON (#119473)</title>
<updated>2024-12-12T01:33:25+00:00</updated>
<author>
<name>Qiongsi Wu</name>
<email>274595+qiongsiwu@users.noreply.github.com</email>
</author>
<published>2024-12-12T01:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f33e2369051e13a54a05dd361d89c1ba77f4f593'/>
<id>f33e2369051e13a54a05dd361d89c1ba77f4f593</id>
<content type='text'>
A few recent changes are causing build breaks when
`-DLLVM_ENABLE_MODULES=ON` (such as
834dfd23155351c9885eddf7b9664f7697326946 and
7dfdca1961aadc75ca397818bfb9bd32f1879248).

This PR makes the required updates so that clang/llvm builds when
`-DLLVM_ENABLE_MODULES=ON`.

rdar://140803058</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few recent changes are causing build breaks when
`-DLLVM_ENABLE_MODULES=ON` (such as
834dfd23155351c9885eddf7b9664f7697326946 and
7dfdca1961aadc75ca397818bfb9bd32f1879248).

This PR makes the required updates so that clang/llvm builds when
`-DLLVM_ENABLE_MODULES=ON`.

rdar://140803058</pre>
</div>
</content>
</entry>
<entry>
<title>[AArch64] Changes missing from cfca97742723 (#90314)</title>
<updated>2024-05-01T17:01:14+00:00</updated>
<author>
<name>Tomas Matheson</name>
<email>tomas.matheson@arm.com</email>
</author>
<published>2024-05-01T17:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6c369cf937b7d9acb98a1fc46b1340cef7703e12'/>
<id>6c369cf937b7d9acb98a1fc46b1340cef7703e12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing textual header to module map</title>
<updated>2024-01-29T18:24:13+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2024-01-29T18:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=649ecf88ed8814fcd95ca7fa34e9aeaf5728e823'/>
<id>649ecf88ed8814fcd95ca7fa34e9aeaf5728e823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] Move CodeGenTypes library to its own directory (#79444)</title>
<updated>2024-01-25T17:01:31+00:00</updated>
<author>
<name>Nico Weber</name>
<email>thakis@chromium.org</email>
</author>
<published>2024-01-25T17:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=184ca39529a93e69eb175861d7fff5fc79988e53'/>
<id>184ca39529a93e69eb175861d7fff5fc79988e53</id>
<content type='text'>
Finally addresses https://reviews.llvm.org/D148769#4311232 :)

No behavior change.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finally addresses https://reviews.llvm.org/D148769#4311232 :)

No behavior change.</pre>
</div>
</content>
</entry>
</feed>
