This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit a69340d
committed
[libc] Add the 'cpp.new' as a dependency on
The `atexit` function depends on the implementations in CPP/new.h but it
is not listed as a dependency. This causes the GPU build to not include
it in the `libcgpu.a` file and prevents us from using the startup code
externally. Simply add it.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D158447atexit
1 parent bb44a6b commit a69340d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| |||
0 commit comments