You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`-Ctarget-cpu=hexagonv73` adds support for instructions defined up to Hexagon V73
25
+
26
+
Functions marked `extern "C"` use the [Hexagon architecture calling convention](https://lists.llvm.org/pipermail/llvm-dev/attachments/20190916/21516a52/attachment-0001.pdf).
27
+
28
+
This target generates position-independent ELF binaries by default, making it
29
+
suitable for both static images and dynamic shared objects.
30
+
31
+
The [Hexagon SDK](https://softwarecenter.qualcomm.com/catalog/item/Hexagon_SDK) is
32
+
required for building programs for this target.
33
+
34
+
## Linking
35
+
36
+
This target selects `rust-lld` by default. Another option to use is
37
+
[eld](https://github.com/qualcomm/eld), which is also provided with
0 commit comments