diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-09-30 23:29:16 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-09-30 23:29:16 +0000 |
| commit | 6cca8109abb7e535989c9a84cbe741e74358e7d2 (patch) | |
| tree | 63eb3e7bf6e5ce3f5c37f2d0d7790224b60130f2 /llvm/test/DebugInfo/Inputs | |
| parent | be43d7ef29a6034a54c374ec619b251f18d4161a (diff) | |
| download | bcm5719-llvm-6cca8109abb7e535989c9a84cbe741e74358e7d2.tar.gz bcm5719-llvm-6cca8109abb7e535989c9a84cbe741e74358e7d2.zip | |
Omit DW_AT_inline under -gmlt to save a little more space.
llvm-svn: 218719
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/gmlt.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index cfb01da7df1..d7fa7fd60e5 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -50,7 +50,6 @@ ; the absence of high_pc/low_pc/ranges and know that they just need it for ; retrieving the name of a concrete inlined instance -; CHECK-NEXT: DW_AT_inline ; CHECK-NOT: {{DW_TAG|DW_AT|NULL}} ; Check that we only provide the minimal attributes on a subprogram to save space. |

