Skip to content

Commit 54c3021

Browse files
committed
import the already imported part of llvm-libc from HEAD
1 parent 5669bed commit 54c3021

File tree

473 files changed

+14126
-2355
lines changed

Some content is hidden

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

473 files changed

+14126
-2355
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)