diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index 35413c6f4f72..37bdd30b0852 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -337,9 +337,9 @@ int main() { -

Note: this will only work for trivial C programs. Non-trivial programs - (and any C++ program) will have dependencies on the GCC runtime that - won't be satisfied by the Microsoft runtime libraries.

+

Note: this will only work for trivial C programs. Non-trivial programs + (and any C++ program) will have dependencies on the GCC runtime that won't + be satisfied by the Microsoft runtime libraries.

  • Execute the native code program:

    @@ -360,6 +360,17 @@ 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.