[PATCH] D145076: [llvm][DebugInfo] Introduce new DW_AT_LLVM_preferred_name attribute

Michael Buch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 05:41:30 PST 2023


Michael137 marked an inline comment as done.
Michael137 added inline comments.


================
Comment at: llvm/test/Bitcode/attr-preferred_name-dicomposite.ll:2
+; REQUIRES: x86-registered-target
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+
----------------
aprantl wrote:
> I think this should be in the IR subdir and do a double-roundtrip (as|dis|as|dis). See the other tests for examples.
I don't see an `IR` subdir. Also the other tests in this directory only do a single `as|dis`. Could you point me to the ones you are referring to?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145076



More information about the llvm-commits mailing list