[PATCH] D154869: [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration
    Louis Dionne via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Sep  8 06:15:04 PDT 2023
    
    
  
ldionne added inline comments.
================
Comment at: runtimes/CMakeLists.txt:20
 
+set(RUNTIMES_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
+
----------------
This shouldn't be necessary, CMake already creates a `Project_SOURCE_DIR` variable for each declared `project()` IIRC.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154869/new/
https://reviews.llvm.org/D154869
    
    
More information about the cfe-commits
mailing list