We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4abae commit 205aa3fCopy full SHA for 205aa3f
flang/docs/GettingStarted.md
@@ -88,6 +88,10 @@ cmake \
88
ninja
89
```
90
91
+On Darwin, to make flang able to link binaries with the default sysroot without
92
+having to specify additional flags, use the `DEFAULT_SYSROOT` cmake flag, e.g.
93
+`-DDEFAULT_SYSROOT="$(xcrun --show-sdk-path)"`.
94
+
95
By default flang tests that do not specify an explicit `--target` flag use
96
LLVM's default target triple. For these tests, if there is a need to test on a
97
different triple by overriding the default, the following needs to be added to
0 commit comments