-
Notifications
You must be signed in to change notification settings - Fork 241
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
Build ELF parse at compile time using EverParse #1219
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1219 +/- ##
==========================================
- Coverage 88.38% 86.58% -1.80%
==========================================
Files 108 111 +3
Lines 18242 18651 +409
==========================================
+ Hits 16123 16149 +26
- Misses 2119 2502 +383
Continue to review full report at Codecov.
|
@shankarseal when you get a chance, could you please create a CMakeLists.txt file to build the spec.lib? I was unable to get cmake to build it correctly. |
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Description
Invoke the Everparse generated validation prior to parsing the ELF file.
Testing
CI/CD
Documentation
NO
Resolves: #834