[llvm] [RemoveDIs] Handle DPValues in FastISel (PR #76952)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 23:54:40 PST 2024
================
@@ -1,5 +1,8 @@
-; RUN: llc -mtriple=thumbv7-apple-unknown-macho -O0 -filetype=obj -o %t.o %s
-; RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck %s
+; RUN: llc -mtriple=thumbv7-apple-unknown-macho -O0 -filetype=obj -o - %s \
+; RUN: | llvm-dwarfdump -v -debug-info - | FileCheck %s
+
+; RUN: llc -mtriple=thumbv7-apple-unknown-macho -O0 -filetype=obj -o - %s \
+; RUN: | llvm-dwarfdump -v -debug-info - | FileCheck %s
----------------
jmorse wrote:
Missed addition of --try-experimental-blah? Update of temp-file-to-pipe SGTM.
https://github.com/llvm/llvm-project/pull/76952
More information about the llvm-commits
mailing list