[PATCH] D100158: [SantizerCoverage] test case demonstrating PR39531
    David Blaikie via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  8 20:07:51 PDT 2021
    
    
  
dblaikie added a comment.
My best guess would be that any call synthesized from an instruction without a location should probably just get a zero line scoped directly to the current function. It's not ideal (not only the lack of location, but it also punches holes in scopes which can bloat debug info/make stepping more difficult as you hit discontiguous hunks of lines potentially, etc)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100158/new/
https://reviews.llvm.org/D100158
    
    
More information about the llvm-commits
mailing list