[all-commits] [llvm/llvm-project] b1f610: [Test] Use cc1 interface in more tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 5 04:16:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1f610fec54a0083f0086788c404484359a1a48e
https://github.com/llvm/llvm-project/commit/b1f610fec54a0083f0086788c404484359a1a48e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
M clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
M clang/test/CodeGen/bpf-inline-asm.c
M clang/test/CodeGen/builtin-preserve-access-index-array.c
M clang/test/CodeGen/builtin-preserve-access-index-nonptr.c
M clang/test/CodeGen/builtin-preserve-access-index-typedef.c
M clang/test/CodeGen/builtin-preserve-access-index.c
M clang/test/CodeGen/builtins-bpf-preserve-field-info-1.c
M clang/test/CodeGen/builtins-bpf-preserve-field-info-2.c
M clang/test/CodeGen/builtins-bpf-preserve-field-info-3.c
M clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
M clang/test/CodeGen/builtinshufflevector2.c
M clang/test/CodeGen/mips-constraints-mem.c
M clang/test/CodeGen/mips-inline-asm-modifiers.c
M clang/test/CodeGen/mips64-nontrivial-return.cpp
Log Message:
-----------
[Test] Use cc1 interface in more tests (NFC)
There doesn't seem to be any particular reason why these tests use
the driver interface rather than the cc1 interface, which is
typically used in CodeGen tests.
More information about the All-commits
mailing list