[PATCH] D154869: [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration
Mark Danial via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 14:10:41 PDT 2023
madanial added inline comments.
================
Comment at: runtimes/CMakeLists.txt:20
+set(RUNTIMES_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
+
----------------
ldionne wrote:
> This shouldn't be necessary, CMake already creates a `Project_SOURCE_DIR` variable for each declared `project()` IIRC.
Updated thanks for the review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154869/new/
https://reviews.llvm.org/D154869
More information about the llvm-commits
mailing list