New place to put compiler-specific functionality. This replaces Visibility.h,
authorChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 12:42:45 +0000 (12:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 12:42:45 +0000 (12:42 +0000)
commit0c0cc92762bdf34f26762eeaf66f6f8791428db5
tree94c211917fa8d7390983fd7717c9d8599a424e7c
parent0b828e08f94459ac0046b864871d92fed4aaef7c
New place to put compiler-specific functionality.  This replaces Visibility.h,
and provides macros that can be used to make explicit instantiations of
template specializations, which is a gcc-specific feature.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29908 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h [new file with mode: 0644]