diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 35413c6f4f7..37bdd30b085 100644 --- a/docs/GettingStartedVS.html +++ b/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.