[all-commits] [llvm/llvm-project] 10ba4d: [Offload] Pass `-nostdlibinc` to the device unit t...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jun 11 07:48:06 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10ba4d787433a01793eaa14f2022e597bee3eaf9
https://github.com/llvm/llvm-project/commit/10ba4d787433a01793eaa14f2022e597bee3eaf9
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M offload/unittests/CMakeLists.txt
Log Message:
-----------
[Offload] Pass `-nostdlibinc` to the device unit test files (#203275)
Summary:
We need this flag so we can include `stdint.h` without potentially going
through to the system interface. this flag removes all default include
paths excepts the resource directory, which is the intention here.
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