[Darwin] Add a test to check clang produces accelerator tables.
authorDavide Italiano <davide@freebsd.org>
Fri, 23 Feb 2018 01:25:03 +0000 (01:25 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 23 Feb 2018 01:25:03 +0000 (01:25 +0000)
commit7b16df0a7288b20b78d0fd61e719c340855a2d86
treed40c89352bbb82a5b183e4a538c24366015c197c
parentc30927411ccd6a99360b7fa59d981e7917b18964
[Darwin] Add a test to check clang produces accelerator tables.

This test was previously in lldb, and was only checking that clang
was emitting the correct section. So, it belongs here and not
in the debugger.

llvm-svn: 325850
clang/test/CodeGen/debug-info-section-macho.c [new file with mode: 0644]