[all-commits] [llvm/llvm-project] 6d2429: [Clang, SystemZ] Split test into Driver and CodeGe...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jan 29 05:54:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d242914d784ed848d0f87bf6df9b6b2f2b27566
https://github.com/llvm/llvm-project/commit/6d242914d784ed848d0f87bf6df9b6b2f2b27566
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M clang/test/CodeGen/SystemZ/unaligned-symbols.c
A clang/test/Driver/s390x-unaligned-symbols.c
Log Message:
-----------
[Clang, SystemZ] Split test into Driver and CodeGen parts (NFC) (#79808)
The test added in #73511 currently fails in
CLANG_DEFAULT_PIE_ON_LINUX=OFF configuration, because it uses the clang
driver in a codegen test.
Split the test into two, a driver test that checks that the appropriate
target feature is passed, and a codegen test that uses cc1.
More information about the All-commits
mailing list