Skip to content

Commit 4faf26f

Browse files
[llvm-libc] Import the already imported part of llvm-libc from llvm main (#24604)
Importing llvm-libc from main instead of llvm-20. Add some basic file filtering and patch applying logic in the import script `system/lib/update_llvm_libc.py`. Tested: The same number of tests failing at HEAD when running `./test/runner llvmlibc`. #24493
1 parent d3432e7 commit 4faf26f

File tree

455 files changed

+14072
-2328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+14072
-2328
lines changed

system/lib/llvm-libc/config/app.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include "gpu/app.h"
1616
#elif defined(__linux__)
1717
#include "linux/app.h"
18+
#elif defined(__UEFI__)
19+
#include "uefi/app.h"
1820
#endif
1921

2022
#endif // LLVM_LIBC_CONFIG_APP_H

0 commit comments

Comments
 (0)