[llvm-bugs] [Bug 47156] New: llvm/utils/LLVMVisualizers/llvm.natvis reporting errors in VectorTypes
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Aug 13 07:40:44 PDT 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=47156
            Bug ID: 47156
           Summary: llvm/utils/LLVMVisualizers/llvm.natvis reporting
                    errors in VectorTypes
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: support scripts
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: aaron at aaronballman.com, greg.bedwell at sony.com,
                    i at maskray.me, jcmac at machiel.info,
                    llvm-bugs at lists.llvm.org, zturner at google.com
AFAICT the natvis file hasn't been updated to match the changes for
scalable/fixed vector types:
Natvis: E:\llvm\llvm-project\llvm\utils\LLVMVisualizers\llvm.natvis(292,8):
Error: enum "llvm::Type::TypeID" has no member "VectorTyID"
Error while evaluating 'ID == llvm::Type::TypeID::ArrayTyID || ID ==
llvm::Type::TypeID::VectorTyID' in the context of type 'llc.exe!llvm::Type'.
Natvis: E:\llvm\llvm-project\llvm\utils\LLVMVisualizers\llvm.natvis(259,4):
Ignoring visualizer for type 'llvm::Type' labeled as 'llvm::Type' because one
or more sub-expressions was invalid.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200813/a9b43fc4/attachment.html>
    
    
More information about the llvm-bugs
mailing list