Skip to content

Commit 6215b25

Browse files
committed
Repo Update
- Include the missing [bin\libs] folder
1 parent 790ae69 commit 6215b25

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,12 @@ __recovery/
8080

8181
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
8282
modules/
83+
84+
# libLLVM
8385
_checkpoint.cmd
8486
bin/output/HelloWorld.ll
8587
bin/output/HelloWorld.obj
8688
changes-diff.cmd
8789
changes.diff
8890
zip_latest_commit.cmd
91+
!/bin/libs/*

bin/libs/kernel32.lib

372 KB
Binary file not shown.
464 KB
Binary file not shown.

bin/libs/msvcrt.lib

230 KB
Binary file not shown.

examples/testbed/UTestbed.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ procedure BuildAndLink();
180180
// === Linking Phase ===
181181
LArgs := [
182182
'lld-link',
183+
'/verbose',
183184
'/nologo',
184185
'/subsystem:console',
185186
'/entry:main',

0 commit comments

Comments
 (0)