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.
2 parents add3d0e + 2da68c4 commit 9665228Copy full SHA for 9665228
.sourcekit-lsp/config.json
@@ -3,7 +3,7 @@
3
"configuration": "release",
4
"triple": "aarch64-none-none-elf",
5
"swiftCompilerFlags": [
6
- "-enable-experimental-feature", "Embedded",
+ "-enable-experimental-feature", "Embedded"
7
]
8
}
9
toolset.json
@@ -8,7 +8,7 @@
"-Xfrontend", "-disable-stack-protector",
"-Xfrontend", "-mergeable-symbols",
10
"-Xclang-linker", "-nostdlib",
11
- "-Xclang-linker", "-fuse-ld=lld",
+ "-Xclang-linker", "-fuse-ld=lld"
12
13
},
14
"linker": {
@@ -19,7 +19,7 @@
19
"--strip-all",
20
"--orphan-handling=error",
21
"-T", "linker.ld",
22
- "-Map", ".build/kernel.map",
+ "-Map", ".build/kernel.map"
23
24
25
0 commit comments