This repository was archived by the owner on Dec 20, 2019. It is now read-only.
Commit e000d5e
committed
LDC: Add compiler-rt as git submodule
Including minor fixes to build the 'builtins' library properly for
Windows with clang-cl. Building with clang is required to make the
library include some objects implemented in ASM, as the MS assembler
doesn't support the used AT&T syntax.
There were some more minor annoyances standing in the way of using LDC
with MinGW-w64-based libs.1 parent 03e4082 commit e000d5e
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Submodule compiler-rt added at e0ed7c0
0 commit comments