[PATCH] D132390: [MCContext] reverse order of DebugPrefixMap sort

Dan McGregor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 06:40:20 PDT 2022


dankm added inline comments.


================
Comment at: llvm/test/MC/ELF/debug-prefix-map.s:1
-# RUN: rm -rf %t.foo && mkdir %t.foo && cd %t.foo
-# RUN: cp %s %t.foo/src.s
+# RUN: rm -rf %t.foo && mkdir %t.foo && mkdir %t.foo/bar && cd %t.foo
+# RUN: cp %s %t.foo/src.s && cp %s %t.foo/bar/src.s
----------------
MaskRay wrote:
> mkdir -p %t.foo/bar
I thought about that, but I also think doing it separately makes it more clear to readers that both paths will be used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132390



More information about the llvm-commits mailing list