[PATCH] D101935: [clang] Search runtimes build tree for openmp runtime

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 08:43:52 PDT 2021


JonChesterfield added a comment.

I'm not so sure about that. With the other stuff in flight, it would let us build openmp apps from the clang build directory. That's useful for quicker build/debug cycles, as well as for lit tests that can be run by copying into a shell. At zero runtime cost when the library is found elsewhere, and trivial extra code in the driver.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101935



More information about the cfe-commits mailing list