-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
On line 17 of mos-platform/common/crt/CMakeLists.txt, there is the following line:
find_library(builtins clang_rt.builtins REQUIRED PATHS ${compiler_dir}/../lib/clang/22/lib/mos-unknown-unknown NO_DEFAULT_PATH)
This code forces each release of the SDK to match a specific version of the compiler, EXACTLY. Failing to follow this rule causes odd breakages when referring to clang builtins. This is quite fragile.
The SDK should probably get the right directories from one of the following:
mos-clang -print-search-dirs
mos-clang -print-resource-dir
mysterymath and iss000
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers