-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions/clang action test #13
base: master
Are you sure you want to change the base?
Commits on Apr 21, 2021
-
Action to verify clang builds on select platforms. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1604128 - Browse repository at this point
Copy the full SHA 1604128View commit details -
tests: dsp: filtering: exclude on llvm
optimize attribute is not supported by LLVM. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c0adfb - Browse repository at this point
Copy the full SHA 1c0adfbView commit details -
toolchain: add llvm abstraction
Add abstraction for llvm to allow for toolchain customizations that are different from the gcc defaults. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f666e1 - Browse repository at this point
Copy the full SHA 1f666e1View commit details -
cmake: llvm: llvm has no newlib
llvm does not have newlib integrated for all architectures. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7d48b1 - Browse repository at this point
Copy the full SHA e7d48b1View commit details -
tests: kernel: modify debug message for LLVM
On native_posix types are getting confused and we are getting a warning. Get same results by removing the usage of PRIxPTR. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3797ff - Browse repository at this point
Copy the full SHA e3797ffView commit details -
lib: os: cbprintf: Suppress sizeof-array-decay warning
Z_CBPRINTF_ARG_SIZE macro is called for each argument in logging macros. If argument is a string literal an intention of this macro is to return size of a pointer. Suppressing warning which appears in that case. Signed-off-by: Krzysztof Chruscinski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e16c8ce - Browse repository at this point
Copy the full SHA e16c8ceView commit details -
tests: fs: define PATH_MAX if missing
With LLVM and native_posix, this is not defined and is not available in limits.h. Workaround the issue for now. Signed-off-by: Anas Nashif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5cdd93 - Browse repository at this point
Copy the full SHA e5cdd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad543c4 - Browse repository at this point
Copy the full SHA ad543c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba53d7 - Browse repository at this point
Copy the full SHA cba53d7View commit details