[all-commits] [llvm/llvm-project] d5fe78: [Clang] Make the linker wrapper test require Linux
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jan 25 07:32:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5fe78d939d25e5508ae57a2dc0c587c79ad16b1
https://github.com/llvm/llvm-project/commit/d5fe78d939d25e5508ae57a2dc0c587c79ad16b1
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M clang/test/Driver/linker-wrapper-libs.c
Log Message:
-----------
[Clang] Make the linker wrapper test require Linux
Summary:
We only support this offloading on Linux currently, and this handling of
static libraries is mostly based on Linux systems. So we should only
test those systems for now until we expland to other operating systems
in the future.
More information about the All-commits
mailing list