[all-commits] [llvm/llvm-project] 353fb1: llvm-link: Do not use .ll extension for tests with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 12 05:10:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 353fb1af0419a6f169871c807e17e20dee40eabd
https://github.com/llvm/llvm-project/commit/353fb1af0419a6f169871c807e17e20dee40eabd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
R llvm/test/tools/llvm-link/archive-bad.ll
A llvm/test/tools/llvm-link/archive-bad.test
R llvm/test/tools/llvm-link/archive-non-bitcode.ll
A llvm/test/tools/llvm-link/archive-non-bitcode.test
R llvm/test/tools/llvm-link/archive.ll
A llvm/test/tools/llvm-link/archive.test
R llvm/test/tools/llvm-link/archivell.ll
A llvm/test/tools/llvm-link/archivell.test
R llvm/test/tools/llvm-link/remangle.ll
A llvm/test/tools/llvm-link/remangle.test
Log Message:
-----------
llvm-link: Do not use .ll extension for tests with no IR
These don't actually contain IR and don't use the correct IR comment
character. The assembler was not happy when I tried running tools over
every test in the suite.
More information about the All-commits
mailing list