]> granicus.if.org Git - clang/commit
Remove "CH_ECK" line (which is ignored) from test after r154191.
authorNico Weber <nicolasweber@gmx.de>
Wed, 7 May 2014 16:25:32 +0000 (16:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 7 May 2014 16:25:32 +0000 (16:25 +0000)
commitd725b1e7ff06712cb7ef494dc391441e01a17beb
tree2b47d339b717a9ddccaec01f06d6d5720c74dd66
parentb9ec38bf4ef0b4a1781cd53916350dee670df10d
Remove "CH_ECK" line (which is ignored) from test after r154191.

r154191 switched to atexit() instead of global destructors, so the intent
was probably to check for _GLOBAL__D_a _not_ being in the output. There already
is a line for _ZN3barD1Ev further up, so just remove the CH_ECK line referring
to that.

The only circumstance in which clang emits _GLOBAL__D_a destructor symbols is
for -fapple-kext, and that is tested by test/CodeGenCXX/cxx-apple-kext.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208222 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/arm.cpp