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

bazel cannot handle .include directive in assembly file #19127

Closed
xiedeacc opened this issue Jul 29, 2023 · 2 comments
Closed

bazel cannot handle .include directive in assembly file #19127

xiedeacc opened this issue Jul 29, 2023 · 2 comments
Labels
more data needed stale Issues or PRs that are stale (no activity for 30 days) team-Rules-CPP Issues for C++ rules type: bug

Comments

@xiedeacc
Copy link

xiedeacc commented Jul 29, 2023

Description of the bug:

my assembly file xxx.S

#include "xxx.h"
.include "macro.inc"

... 

macro.inc has same .macro
bazel will meet error said cannot find macro.inc, infact that file exists, is just bazel cannot handle .include directive correct

What is the output of bazel info release?

6.2.1

@Pavank1992
Copy link
Contributor

Hi @xiedeacc, could you please explain the issue in details. Also, please help us how to reproduce the issue with additional information like minimal steps to reproduce the issue, which OS and environment you are using etc?

Copy link

github-actions bot commented Oct 4, 2024

Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.

@github-actions github-actions bot added the stale Issues or PRs that are stale (no activity for 30 days) label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more data needed stale Issues or PRs that are stale (no activity for 30 days) team-Rules-CPP Issues for C++ rules type: bug
Projects
None yet
Development

No branches or pull requests

4 participants