[llvm-bugs] [Bug 25508] Incorrect __USER_LABEL_PREFIX__ for the triple arm-none-*eabi*
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Apr 2 08:33:56 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=25508
Saleem Abdulrasool <compnerd at compnerd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |compnerd at compnerd.org
Resolution|--- |FIXED
--- Comment #1 from Saleem Abdulrasool <compnerd at compnerd.org> ---
./bin/clang -target armv7--none-eabi -x c -dM -E /dev/null -o - | grep
__USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__
Seems to be correct as of SVN r264976.
--
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/20160402/709fe101/attachment.html>
More information about the llvm-bugs
mailing list