[Lldb-commits] [PATCH] D145803: [clang][DebugInfo] Emit DW_AT_type of preferred name if available
NAKAMURA Takumi via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 9 01:20:33 PDT 2023
chapuni added inline comments.
================
Comment at: clang/test/Modules/gmodules-preferred-name-alias.cpp:6
+// RUN: -fmodules -mllvm -debug-only=pchcontainer -x c++ \
+// RUN: -I %S/Inputs %s &> %t.ll
+// RUN: cat %t.ll | FileCheck %s
----------------
I guess it made difficult to find out the actual error since it hid stderr.
In fact, I had to reproduce failures locally.
In addition, mixing stdout and stderr sometimes confuse line order due to buffering.
btw, did it really require stderr?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145803/new/
https://reviews.llvm.org/D145803
More information about the lldb-commits
mailing list