Skip to content
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

llcppcfg print clang command error & fix llcppgtest liblzma fail #199

Merged
merged 4 commits into from
Mar 6, 2025

Conversation

tsingbx
Copy link
Contributor

@tsingbx tsingbx commented Mar 6, 2025

No description provided.

@tsingbx tsingbx force-pushed the llcppg/llcppcfg branch 3 times, most recently from 5cc2900 to cefbc09 Compare March 6, 2025 05:53
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.09%. Comparing base (f3f5974) to head (dc16c57).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
+ Coverage   98.08%   98.09%   +0.01%     
==========================================
  Files          16       16              
  Lines        2293     2308      +15     
==========================================
+ Hits         2249     2264      +15     
  Misses         30       30              
  Partials       14       14              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tsingbx tsingbx force-pushed the llcppg/llcppcfg branch 2 times, most recently from 91bf742 to d799a8d Compare March 6, 2025 07:01
"ffi.h",
"ffitarget.h"
"ffi.h"
Copy link
Contributor

@luoliwoshang luoliwoshang Mar 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

很棒的更新,在llcppg处理阶段也会抛出这个错误,提前避免问题,生成正确的include文件

libffi/3.4.6/include on  stable via C v15.0.0-clang 
❯ clang -MM ./ffitarget.h  
./ffitarget.h:26:2: error: "Please do not include ffitarget.h directly into your source.  Use ffi.h instead."
   26 | #error "Please do not include ffitarget.h directly into your source.  Use ffi.h instead."
      |  ^
ffitarget.o: ffitarget.h
1 error generated.

@luoliwoshang luoliwoshang merged commit 264b064 into goplus:main Mar 6, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants