Enable libcxx map test on FreeBSD again

The test used to trigger an assertion failure "Cannot get layout of
forward declarations!", but it no longer fails when built with
Clang 3.4.1 (system compiler) or 3.5 from SVN on FreeBSD.

llvm.org/pr17231

llvm-svn: 218196
This commit is contained in:
Ed Maste 2014-09-21 02:24:01 +00:00
parent 4b21bac5fd
commit da7c5b253f
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class LibcxxMapDataFormatterTestCase(TestBase):
self.buildDsym()
self.data_formatter_commands()
@skipIfFreeBSD # llvm.org/pr17231
@skipIfLinux # No standard locations for libc++ on Linux, so skip for now
@dwarf_test
def test_with_dwarf_and_run_command(self):