Skip to content

Integrated arm assembler doesn't understand .warning #20802

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

Closed
nico opened this issue Jul 24, 2014 · 2 comments
Closed

Integrated arm assembler doesn't understand .warning #20802

nico opened this issue Jul 24, 2014 · 2 comments
Labels
backend:ARM bugzilla Issues migrated from bugzilla

Comments

@nico
Copy link
Contributor

nico commented Jul 24, 2014

Bugzilla Link 20428
Resolution FIXED
Resolved on Jul 24, 2014 11:27
Version trunk
OS All
Blocks #20796

Extended Description

Works:

thakis@ubu:~$ cat test.S
.warning "Here be dragons"

thakis@ubu:~$ arm-linux-gnueabihf-g++ -c test.S
test.S: Assembler messages:
test.S:1: Warning: Here be dragons

But:

$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi -c test.S
test.S:1:1: error: unknown directive
.warning "here be dragons"
^

This is used in openmax.

(would be nice if there was some driver flag to suppress .warning diagnostics if this gets implemented)

@nico
Copy link
Contributor Author

nico commented Jul 24, 2014

@nico
Copy link
Contributor Author

nico commented Jul 24, 2014

r213873

No driver flag for the warning though. The assembler diagnostics code looks generally unfinished (it ignores clang's -fcolor-diagnostics for example); maybe I'll poke at that at some point.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:ARM bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

1 participant