-
Notifications
You must be signed in to change notification settings - Fork 64
Fix generated cflags in LLVM/Clang for Star-MC3 #2341
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
base: main
Are you sure you want to change the base?
Conversation
|
@AlbertHuang-CPU please double check and confirm |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2341 +/- ##
=======================================
Coverage 64.43% 64.43%
=======================================
Files 145 145
Lines 25997 25997
Branches 15666 15666
=======================================
Hits 16750 16750
Misses 7083 7083
Partials 2164 2164
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Test Results 7 files 53 suites 4m 49s ⏱️ Results for commit cede54e. |
brondani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
to align with llvm, we need to change Star-MC3 to be "star-mc3". |
| endif() | ||
| elseif(CPU STREQUAL "Star-MC3") | ||
| set(CLANG_ARCH "armv8.1m.main") | ||
| set(CPU_FEATURES "Star-MC3") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flags are typically written in lower case. But usually they are evaluated case-insensitive, thats why my tests passed anyhow.
| set(CPU_FEATURES "star-mc3") |
No description provided.