[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
Wed Nov 17 08:24:56 PST 2021


quinnp created this revision.
Herald added a subscriber: qcolombet.
quinnp requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `dbg-call-site-spilled-arg.mir`.


Repository:
  rG LLVM Github Monorepo

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.387953.patch
Type: text/x-patch
Size: 796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/ea40a866/attachment.bin>


More information about the llvm-commits mailing list