MaskRay accepted this revision.
MaskRay added a subscriber: zatrazz.
MaskRay added a comment.
This revision is now accepted and ready to land.

So, sparc64 gcc does seem to define the macro by default. ¯\_(ツ)_/¯

  % sparc64-linux-gnu-gcc -E -dM -xc /dev/null -nostdinc | grep NO_INLINE
  #define __NO_INLINE__ 1

This needs a test in `clang/test/Preprocessor/init.c` (find `SPARC`) with a 
link to the canonical place to discuss the glibc problem (@zatrazz).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133405/new/

https://reviews.llvm.org/D133405

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to