OSDN Git Service

Move BuryPointer from Clang to LLVM for use in other LLVM tools
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 17 Nov 2018 18:03:47 +0000 (18:03 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 17 Nov 2018 18:03:47 +0000 (18:03 +0000)
commit52809cd32cb4dc4516aeff90d9b5904865e86636
treea6f4dd28fd5b36312f779ac13feb308e4c9cedf1
parent67c1891b1ef63ac9c218388e66519cb4f94dec0e
Move BuryPointer from Clang to LLVM for use in other LLVM tools

Specifically planning to use this in llvm-symbolizer to remove the cost
of cleanup there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347140 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/BuryPointer.h [new file with mode: 0644]
lib/Support/BuryPointer.cpp [new file with mode: 0644]
lib/Support/CMakeLists.txt