[all-commits] [llvm/llvm-project] 3f1de1: [Offload] Rework compiling device code for unit te...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jun 20 08:32:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f1de197b1c339b311329c02bb739860b32c073f
https://github.com/llvm/llvm-project/commit/3f1de197b1c339b311329c02bb739860b32c073f
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M offload/unittests/CMakeLists.txt
M offload/unittests/OffloadAPI/device_code/CMakeLists.txt
Log Message:
-----------
[Offload] Rework compiling device code for unit test suites (#144776)
Summary:
I'll probably want to use this as a more generic utility in the future.
This patch reworks it to make it a top level function. I also tried to
decouple this from the OpenMP utilities to make that easier in the
future. Instead, I just use `-march=native` functionality which is the
same thing. Needed a small hack to skip the linker stage for checking if
that works.
This should still create the same output as far as I'm aware.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list