X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStartedVS.html;h=5a86199f7e4d6de8f63df90b1132c8ae7d148b4f;hb=321333e51ef8411c00d3df83d95a875c1fc75874;hp=35413c6f4f7275f0f08f5a62eae5d13b75fd4cc7;hpb=01bb8b0c36ffb81b0ee09c01d14eb90386b4b2ca;p=oota-llvm.git diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 35413c6f4f7..5a86199f7e4 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -140,15 +140,15 @@
  • If you used CMake, then the directory you created the project files, the root directory will have an llvm.sln file, just double-click on that to open Visual Studio.
  • - +
  • Build the LLVM Suite: -
      +
  • + @@ -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.