mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Summary: This RPC call does the final exiting. The callbacks were handled on the GPU side and this is only 'valid' in the pretend mode where we treat the GPU like a CPU program. Doing this keeps us from crashing and burning if people continue using the program while this is running as `exit` would tear down the offloading library in memory and lead to segfaults. This just drops everything where it is and lets the process manager clean it up for us.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.