Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
authorAlp Toker <alp@nuanti.com>
Thu, 9 Jan 2014 19:40:55 +0000 (19:40 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 9 Jan 2014 19:40:55 +0000 (19:40 +0000)
commitd92ff21d6f526cadea7d6db21f493ba5c85e1411
tree1dc80496d041e931a547184acbadefc2fd4ff641
parent480469249120b961fd373b6c7f510c4368dabfa2
Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"

To declare or define reserved identifers is undefined behaviour in standard
C++. This needs to be addressed in compiler-rt before it can be used in LLVM.

See the list discussion for details.

This reverts commit r198858.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198884 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/TableGen.cpp