[all-commits] [llvm/llvm-project] 49aeea: llvm-reduce: Don't delete triple/datalayout
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Apr 24 08:14:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49aeeafda3b5a5f82020ab8ab8b4e951c552868d
https://github.com/llvm/llvm-project/commit/49aeeafda3b5a5f82020ab8ab8b4e951c552868d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-24 (Sun, 24 Apr 2022)
Changed paths:
M llvm/test/tools/llvm-reduce/remove-module-data.ll
M llvm/tools/llvm-reduce/deltas/ReduceModuleData.cpp
Log Message:
-----------
llvm-reduce: Don't delete triple/datalayout
Removing these is extremely unhelpful and just adds extra hassle. This
is really finding out whether your test script uses -mtriple or
not. You can't meaningfully delete these fields, and the resulting
module defaults to the host.
More information about the All-commits
mailing list