[PATCH] D47939: Retrieve a function PDB symbol correctly from nested blocks

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 14:36:41 PDT 2018


stella.stamenova added a comment.

This test is actually failing on Windows with the Visual Studio Generator and the latest DIA SDK:

  E:\_work\1\s\llvm\tools\lldb\lit\SymbolFile\PDB\function-nested-block.test(7,8): error G8E235623: expected string not found in input [E:\_work\1\b\LLVMBuild\tools\lldb\lit\check-lldb-lit.vcxproj]
            
            CHECK: name = "{{.*}}", mangled = "_main"
            
                   ^
            
            <stdin>:3:1: note: scanning from here
            
            0x000000e40bf8f180: SymbolContextList
            
            ^
            
            <stdin>:6:31: note: possible intended match here
            
             Function: id = {0x00000003}, name = "main", mangled = "main", range = function-nested-block.test.tmp.exe[0x0000000140001000-0x000000014000105b)


Repository:
  rL LLVM

https://reviews.llvm.org/D47939





More information about the llvm-commits mailing list