We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FIX
1 parent 1f4d6f0 commit c2e7448Copy full SHA for c2e7448
1 file changed
README.md
@@ -6,9 +6,33 @@ This repository contains a pre-compiled version of the LLVM C API for building T
6
7
- VERSION: **v17.0.6**
8
- OPERATING SYSTEMS: Windows (x86_64) & Linux (x86_64)
9
-- AVAILABLE ARCHITECTURE TARGETS: x86_64
+
10
+### LLVM C API - AVAILABLE TARGETS
11
12
+- ``x86_64``
13
+- ``AArch64``
14
+- ``RISC-V``
15
+- ``ARM``
16
+- ``MIPS``
17
+- ``PowerPC``
18
+- ``SystemZ``
19
+- ``AMDGPU``
20
+- ``Hexagon``
21
+- ``Lanai``
22
+- ``LoongArch``
23
+- ``MSP430``
24
+- ``NVPTX``
25
+- ``SPARC``
26
+- ``XCore``
27
+- ``BPF``
28
+- ``SPIR-V``
29
+- ``WebAssembly``
30
31
## Clang
32
33
34
35
36
+### Clang - AVAILABLE TARGETS
37
38
0 commit comments