[PATCH] D117100: [flang][nfc] Update README.md

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 06:37:34 PST 2022


PeteSteinfeld added inline comments.


================
Comment at: flang/README.md:42-47
 building in tree.  The second method is to first do an in tree build to create
 all of the projects on which flang depends, then build an install area for
 these projects, and then only build the flang code itself.  This is called
 building standalone.  Building standalone has the advantage of being smaller
 and faster.  Once you create the base build and base install areas, you can
 create multiple standalone builds using them.  
----------------
This section states that it's necessary to create the install area for a later standalone build to succeed.  But this is no longer needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117100/new/

https://reviews.llvm.org/D117100



More information about the llvm-commits mailing list