[PATCH] D71508: [DebugInfo] Duplicate file names in debug info

David Stenberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 14 15:48:19 PST 2019


dstenb added a comment.

It should be possible to create a test for this using something like:

  RUN: rm -rf %t && mkdir %t
  RUN: cp %s %t/filename.c
  RUN: cd %t
  RUN: clang ./filename.c [...]




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71508/new/

https://reviews.llvm.org/D71508





More information about the cfe-commits mailing list