Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thanks for working on this!
I tried your change in my out-of-tree build, and it didn't fix anything. When I do out-of-tree builds, I create a build directory in the flang directory and then call cmake using the following script:
#!/bin/bash cmake -G Ninja \ -DCMAKE_CXX_STANDARD=17 \ -DLLVM_TARGETS_TO_BUILD=host \ -DLLVM_LIT_ARGS=-v \ -D LLVM_EXTERNAL_LIT=/mnt/c/GitHub/master/clean/build/bin/llvm-lit \ -D LLVM_DIR=/mnt/c/GitHub/master/clean/install/lib/cmake/llvm \ -D MLIR_DIR=/mnt/c/GitHub/master/clean/install/lib/cmake/mlir \ -DCMAKE_BUILD_TYPE=Release ..
How do you do out-of-tree builds to make this work for you?
I'm seeing the same thing as Pete. CMAKE_CURRENT_BINARY_DIR is the right place to look for config.h and I see that it is added to the INCLUDE_DIRECTORIES property of FortranRuntime, but it's not getting added as a -I option to the compilation command.
I was doing a CMake in-tree build of a out-of-llvm-tree flang. I can reproduce with a CMake out-of-tree build of a out-of-llvm-tree flang and fixed it here.
@isuruf I think you've done enough reviews on here that you should just get direct access yourself.
The protocol is to get commit access as described on this page: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
Then once a review is approved you can just directly commit the code to master.
I already have merge access, but haven't merged any flang commits till now. It's in now.