Commit 1d83962
committed
[libc] Add support for hexagon architecture, hexagon-linux
The start.cpp is a WIP, might make sense to abstract some of the commonalities
among hexagon and x86_64?
The sin, cos, tan entrypoints are omitted to avoid a build error. I think we
might need a target-independent implementation of these?1 parent a0a41d1 commit 1d83962
File tree
25 files changed
+1091
-10
lines changed- libc
- cmake/modules
- config/linux
- hexagon
- include
- llvm-libc-macros/linux
- llvm-libc-types
- src
- __support
- OSUtil/linux
- hexagon
- RPC
- macros/properties
- threads
- linux
- setjmp/hexagon
- string/memory_utils
- startup/linux/hexagon
25 files changed
+1091
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments