llvm-project
0fa53d51 - [libc] Make `crt1.o` available to clang for GPU builds (#100599)

Commit
1 year ago
[libc] Make `crt1.o` available to clang for GPU builds (#100599) Summary: We want to provide the `crt1.o` object inside of the current build so that other projects can use it for tests. Because it's currently an object library (as is also required for the dependencies for the hermetic tests) this cannot be renamed and is not emitted by default. Here we simply add an executable that emits bitcode so that CMake will give it a name.
Author
Parents
Loading