From: Chris Lattner Date: Fri, 3 Apr 2009 20:23:52 +0000 (+0000) Subject: "Add documentation about the fix for missing x86 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=03dc1fe9ac5d36c2bf58cd69f18b28f4b58c4b00;p=oota-llvm.git "Add documentation about the fix for missing x86 target library in windows under the "Common problems" section." Patch by Stefanus Du Toit! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68399 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 37bdd30b085..c7f384dcab9 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -371,6 +371,16 @@ int main() { + +

If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the Frequently Asked Questions page.