[PATCH] D114097: [NFC][llvm] Inclusive language: replace master with main in dbg-call-site-spilled-arg.mir

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 10:34:44 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG34303d3db78f: [NFC][llvm] Inclusive language: replace master with main in dbg-call-siteā€¦ (authored by quinnp).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114097

Files:
  llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir


Index: llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
===================================================================
--- llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
+++ llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
@@ -3,7 +3,7 @@
 # RUN: llc -emit-call-site-info -debug-entry-values -start-after=machineverifier -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s
 # 
 # Command:
-# $ ~/src/builds/llvm-project-master-RA/bin/clang -g -Xclang -femit-debug-entry-values -O2 -c -o spill.o spill.cc -mllvm -stop-before=machineverifier -o spill.mir
+# $ ~/src/builds/llvm-project-main-RA/bin/clang -g -Xclang -femit-debug-entry-values -O2 -c -o spill.o spill.cc -mllvm -stop-before=machineverifier -o spill.mir
 #
 # Source:
 ## extern void callee(int);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114097.389839.patch
Type: text/x-patch
Size: 796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211125/f2589b3b/attachment.bin>


More information about the llvm-commits mailing list