mgood7123 / llvm-project-prebuilts

prebuilt llvm-project (git-main / git-master) for windows, linux, macos, android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm-project-prebuilts

compiler preprocessor defines

# list all macro's predefined by gcc
gcc -dM -E - < /dev/null | sort

# list all macro's predefined by g++
g++ -dM -E - < /dev/null | sort

# list all macro's predefined by clang
clang -dM -E - < /dev/null | sort

# list all macro's predefined by clang++
clang++ -dM -E - < /dev/null | sort

About

prebuilt llvm-project (git-main / git-master) for windows, linux, macos, android


Languages

Language:CMake 92.6%Language:Shell 6.8%Language:Python 0.7%