diff options
| author | Frederic Riss <friss@apple.com> | 2014-11-12 23:48:10 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2014-11-12 23:48:10 +0000 |
| commit | 39467276d083d984c98d4df2fe4bc016b5fbee90 (patch) | |
| tree | ef2479def14345d1606d7e28e0e28794eaeb61b9 /llvm/test/DebugInfo/Inputs | |
| parent | e4576d2c46e66fbf2b7b076a688eb24424852376 (diff) | |
| download | bcm5719-llvm-39467276d083d984c98d4df2fe4bc016b5fbee90.tar.gz bcm5719-llvm-39467276d083d984c98d4df2fe4bc016b5fbee90.zip | |
[dwarfdump] Add support for dumping accelerator tables.
The class used for the dump only allows to dump for the moment, but
it can (and will) be easily extended to support search also.
llvm-svn: 221836
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/gmlt.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index 8de03decd76..ba8d11342ae 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -95,6 +95,8 @@ ; CHECK: .debug_pubtypes contents: ; CHECK-NOT: Offset +; CHECK: .apple{{.*}} contents: + ; Function Attrs: nounwind uwtable define void @_Z2f1v() #0 { entry: |

