Skip to content

Commit 3a21994

Browse files
committed
Add FAQ entry
1 parent 33f2456 commit 3a21994

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/FAQ.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Yes. This is why we distribute LLVM under a less restrictive license than GPL,
2222
as explained in the first question above.
2323

2424

25+
Can I use AI coding tools, such as GitHub co-pilot, to write LLVM patches?
26+
--------------------------------------------------------------------------
27+
Yes, as long as the resulting work can be licensed under the project license, as
28+
covered in the :doc:`DeveloperPolicy`. Using an AI tool to reproduce copyrighted
29+
work does not rinse it of copyright and grant you the right to relicense it.
30+
31+
2532
Source Code
2633
===========
2734

0 commit comments

Comments
 (0)