diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-04-03 20:32:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-04-03 20:32:13 +0000 |
commit | 138dd6df8bb443f317823fa59ac16a5ffcab45c0 (patch) | |
tree | 9f210b4f4be527e760218e09bc64024150e8c20f /docs/GettingStartedVS.html | |
parent | 41c90738e9e7e2111fbc31944b5ce2676830f267 (diff) |
Duplicate entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.html')
-rw-r--r-- | docs/GettingStartedVS.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index c7f384dcab..37bdd30b08 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -371,16 +371,6 @@ int main() { </li> </ul> - <ul> - <li>In Visual C++, if you are linking with the x86 target statically, the - linker will remove the x86 target library from your generated executable - or shared library because there are no references to it. You can force the - linker to include these references by using - "/INCLUDE:_X86TargetMachineModule" when linking. In Visual Studio IDE, this - can be added in Project Properties->Linker->Input->Force Symbol References. - </li> - </ul> - <p>If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the <a href="FAQ.html">Frequently Asked Questions</a> page.</p> |