When creating the name of an outlined region, Clang uses the file's inode ID to generate a unique name. When the file does not exist, this causes a fatal abort of the compiler. This PR switches to a has value that is used instead. --------- Co-authored-by: Michael Kruse <github@meinersbur.de>