[PATCH] D79592: [DebugInfo] support for DW_AT_data_location in llvm
Sergej Jaskiewicz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 08:39:39 PDT 2020
broadwaylamb added inline comments.
================
Comment at: llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll:4
+
+; RUN: llc mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
+; RUN: llvm-dwarfdump %t.o | FileCheck %s
----------------
This also breaks our buildbot, see https://reviews.llvm.org/D79306#2038748
================
Comment at: llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll:4
+
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o
+; RUN: llvm-dwarfdump %t.o | FileCheck %s
----------------
And this too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79592/new/
https://reviews.llvm.org/D79592
More information about the llvm-commits
mailing list