mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 17:26:06 +00:00

The lowercase __ppc__ is not defined by Linux GCC, therefore it lures users to write code which is not portable to GCC. Migrate to __powerpc__ in preparation for undefining __ppc__. __powerpc__ is much more common than __PPC__.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================