[all-commits] [llvm/llvm-project] ce38cb: [libc][NFC] Adjust the `libc` init / fini array test
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Sep 29 11:22:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce38cbb13bb1110df43456cfe541da0fc004c99f
https://github.com/llvm/llvm-project/commit/ce38cbb13bb1110df43456cfe541da0fc004c99f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M libc/test/integration/startup/gpu/init_fini_array_test.cpp
Log Message:
-----------
[libc][NFC] Adjust the `libc` init / fini array test
Summary:
The NVPTX backend is picky about the definitions of functions. Because
we call these functions with these arguments it can cause some problems
when it goes through the backend. This was observed in a different test
for `printf` that hasn't been landed yet. Also adjust the priority.
More information about the All-commits
mailing list