<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/include/module.modulemap, branch users/chapuni/cov/single/unify</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>[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>
<entry>
<title>[CodeGen][Passes] Move `CodeGenPassBuilder.h` to Passes (#79242)</title>
<updated>2024-01-24T03:29:18+00:00</updated>
<author>
<name>paperchalice</name>
<email>liujunchang97@outlook.com</email>
</author>
<published>2024-01-24T03:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7251243315ef66f9b3f32e6f8e9536f701aa0d0a'/>
<id>7251243315ef66f9b3f32e6f8e9536f701aa0d0a</id>
<content type='text'>
`CodeGenPassBuilder` is not very tightly coupled to CodeGen, it may need
to reference some method in pass builder in future, so move
`CodeGenPassBuilder.h` to Passes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`CodeGenPassBuilder` is not very tightly coupled to CodeGen, it may need
to reference some method in pass builder in future, so move
`CodeGenPassBuilder.h` to Passes.</pre>
</div>
</content>
</entry>
<entry>
<title>[Support] Remove llvm/Support/Host.h (#74261)</title>
<updated>2023-12-04T20:54:26+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2023-12-04T20:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e1e34cc2a17c5f640333767df2d3bfe2b2f81a84'/>
<id>e1e34cc2a17c5f640333767df2d3bfe2b2f81a84</id>
<content type='text'>
The header file has been deprecated since:

  commit f09cf34d00625e57dea5317a3ac0412c07292148
  Author: Archibald Elliott &lt;archibald.elliott@arm.com&gt;
  Date:   Tue Dec 20 10:24:02 2022 +0000</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The header file has been deprecated since:

  commit f09cf34d00625e57dea5317a3ac0412c07292148
  Author: Archibald Elliott &lt;archibald.elliott@arm.com&gt;
  Date:   Tue Dec 20 10:24:02 2022 +0000</pre>
</div>
</content>
</entry>
<entry>
<title>[Modules] Move modulemaps to header search directories. NFC intended.</title>
<updated>2023-05-03T20:07:47+00:00</updated>
<author>
<name>Volodymyr Sapsai</name>
<email>vsapsai@apple.com</email>
</author>
<published>2023-03-09T04:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=24f36a215b4eabd1d0e4abcce0c9277085d88a96'/>
<id>24f36a215b4eabd1d0e4abcce0c9277085d88a96</id>
<content type='text'>
In code we use `#include "llvm/Lib/Header.h"` which is located in
"llvm/include/llvm/Lib/Header.h", so we use "llvm/include/" as a header
search path. We should put modulemaps in the same directory and
shouldn't rely on clang to search in immediate subdirectories.

rdar://106677321

Differential Revision: https://reviews.llvm.org/D148776
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In code we use `#include "llvm/Lib/Header.h"` which is located in
"llvm/include/llvm/Lib/Header.h", so we use "llvm/include/" as a header
search path. We should put modulemaps in the same directory and
shouldn't rely on clang to search in immediate subdirectories.

rdar://106677321

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