[flang-commits] [flang] [flang] Document DEFAULT_SYSROOT usage on Darwin (PR #77353)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Wed Jan 10 04:30:47 PST 2024
================
@@ -88,6 +88,10 @@ cmake \
ninja
```
+On Darwin, to make flang able to link binaries with the default sysroot without
+having to specify additional flags, use the `DEFAULT_SYSROOT` cmake flag, e.g.
----------------
luporl wrote:
I missed this one. Fixed on a follow up commit.
https://github.com/llvm/llvm-project/pull/77353
More information about the flang-commits
mailing list