[llvm-bugs] [Bug 42583] "-cc1as" doesn't supports non absolute preprocessor expressions
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 11 06:33:20 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42583
Tim Northover <t.p.northover at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.p.northover at gmail.com
Resolution|--- |INVALID
--- Comment #1 from Tim Northover <t.p.northover at gmail.com> ---
Clang doesn't run the preprocessor on files named *.s. You should rename it to
*.S (capital letter) and then the snippet works for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190711/ad8a6761/attachment.html>
More information about the llvm-bugs
mailing list