X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FFAQ.html;h=23c61cc6ea121aa3f0a3cd1b0512b03f7fb5f2ec;hb=cd16119a4323c2656aef0232a2eee137bb975435;hp=f75929bfd90cac87ea1d388e0b6aee67805aae4c;hpb=02f61c1f24c4cfb64af89a4bb8c1553b59e75fb8;p=oota-llvm.git diff --git a/docs/FAQ.html b/docs/FAQ.html index f75929bfd90..23c61cc6ea1 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -111,7 +111,7 @@ Source Initiative (OSI).

Yes. The modified source distribution must retain the copyright notice and follow the three bulletted conditions listed in the LLVM license.

+href="http://llvm.cs.uiuc.edu/releases/1.2/LICENSE.TXT">LLVM license.

@@ -388,13 +388,13 @@ not linking on your system because the feature isn't available on your system.

When I compile code using the LLVM GCC front end, it complains that it cannot -find crtend.o. +find libcrtend.a.

-In order to find crtend.o, you must have the directory in which it lives in +In order to find libcrtend.a, you must have the directory in which it lives in your LLVM_LIB_SEARCH_PATH environment variable. For the binary distribution of the LLVM GCC front end, this will be the full path of the bytecode-libs directory inside of the LLVM GCC distribution.