From 39010ac5225f7d7a71b231f2af76892e1b69fdd8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 3 Oct 2019 09:43:54 +0000 Subject: [PATCH] Update the FAQ: remove stuff related to the previous license + update info about the portability of LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373576 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index 2c69abfdd0b..1afba7557bd 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -9,17 +9,10 @@ Frequently Asked Questions (FAQ) License ======= -Does the University of Illinois Open Source License really qualify as an "open source" license? ------------------------------------------------------------------------------------------------ -Yes, the license is `certified -`_ by the Open Source -Initiative (OSI). - - Can I modify LLVM source code and redistribute the modified source? ------------------------------------------------------------------- Yes. The modified source distribution must retain the copyright notice and -follow the three bulleted conditions listed in the `LLVM license +follow the conditions listed in the `LLVM license `_. @@ -41,10 +34,12 @@ the STL. How portable is the LLVM source code? ------------------------------------- The LLVM source code should be portable to most modern Unix-like operating -systems. Most of the code is written in standard C++ with operating system +systems. LLVM has also excellent support on Windows systems. +Most of the code is written in standard C++ with operating system services abstracted to a support library. The tools required to build and test LLVM have been ported to a plethora of platforms. + What API do I use to store a value to one of the virtual registers in LLVM IR's SSA representation? --------------------------------------------------------------------------------------------------- -- 2.40.0