summaryrefslogtreecommitdiff
path: root/docs/GettingStartedVS.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-03 20:32:13 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-03 20:32:13 +0000
commit138dd6df8bb443f317823fa59ac16a5ffcab45c0 (patch)
tree9f210b4f4be527e760218e09bc64024150e8c20f /docs/GettingStartedVS.html
parent41c90738e9e7e2111fbc31944b5ce2676830f267 (diff)
downloadllvm-138dd6df8bb443f317823fa59ac16a5ffcab45c0.tar.gz
llvm-138dd6df8bb443f317823fa59ac16a5ffcab45c0.tar.bz2
llvm-138dd6df8bb443f317823fa59ac16a5ffcab45c0.tar.xz
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.html10
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>