diff --git a/docs/FAQ.html b/docs/FAQ.html index d540edd81b0..b67fae3abe5 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -36,7 +36,6 @@
I compile the code, and I get some error about /localhome.
-There are several possible causes for this. The first is that you didn't set -a pathname properly when using configure, and it defaulted to a -pathname that we use on our research machines.
- -Another possibility is that we hardcoded a path in our Makefiles. If you see -this, please email the LLVM bug mailing list with the name of the offending -Makefile and a description of what is wrong with it.
- -The configure script finds the right C compiler, but it uses the LLVM linker from a previous build. What do I do?