[PATCH] D113190: [llvm] Inclusive language: replace master with main in file paths in LIT tests
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 4 07:40:15 PDT 2021
dmgreen added inline comments.
================
Comment at: llvm/test/MC/ARM/inline-asm-srcloc.ll:3-4
-; ModuleID = '/scratch/llvm/master/tools/clang/test/Misc/inline-asm-diags.c'
-source_filename = "/scratch/llvm/master/tools/clang/test/Misc/inline-asm-diags.c"
+; ModuleID = '/scratch/llvm/main/tools/clang/test/Misc/inline-asm-diags.c'
+source_filename = "/scratch/llvm/main/tools/clang/test/Misc/inline-asm-diags.c"
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
----------------
I think you may be able to just remove these lines. So long as the test still passes, that would be a good cleanup for the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113190/new/
https://reviews.llvm.org/D113190
More information about the llvm-commits
mailing list