blob: 6eab946fe632b9adabe8c65c2a8fe1adce79eb8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>llvm@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">llvm/llvm-project</remote-id>
</upstream>
<use>
<flag name="clang">
Force building using installed clang (rather than
the default CC/CXX). This is the default since building
Flang specifically with GCC requires lots of memory for now.
</flag>
</use>
</pkgmetadata>
|