diff options
author | Fangrui Song <maskray@google.com> | 2018-10-02 22:03:31 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-10-02 22:03:31 +0000 |
commit | e5652fc6821f272ece242a458cf94282f9cbb43b (patch) | |
tree | f83a6341db88dde0a547c9e2a639fb15e88c4301 | |
parent | edede5daffea019f0b455ad6c16d69cebc8be07a (diff) | |
download | llvm-e5652fc6821f272ece242a458cf94282f9cbb43b.zip llvm-e5652fc6821f272ece242a458cf94282f9cbb43b.tar.gz llvm-e5652fc6821f272ece242a458cf94282f9cbb43b.tar.bz2 |
[CodeView] Try fixing DebugInfo/X86/dbg-declare-inalloca.ll
llvm-svn: 343639
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll b/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll index c28485c..a2d6b25 100644 --- a/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll +++ b/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll @@ -66,7 +66,8 @@ ; OBJ: ParamFramePtrReg: VFRAME (0x7536) ; OBJ: } ; OBJ: LocalSym { -; OBJ: Type: NonTrivial (0x1007) +; OBJ: Kind: S_LOCAL (0x113E) +; OBJ: Type: NonTrivial (0x1008) ; OBJ: Flags [ (0x1) ; OBJ: IsParameter (0x1) ; OBJ: ] |