[flang-commits] [flang] [flang] Document DEFAULT_SYSROOT usage on Darwin (PR #77353)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Tue Jan 9 07:31:19 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.
----------------
banach-space wrote:
```suggestion
having to specify additional flags, use the `DEFAULT_SYSROOT` CMake flag, e.g.
```
https://github.com/llvm/llvm-project/pull/77353
More information about the flang-commits
mailing list