## Test that ThinLTO combined-index handles Unicode characters in module paths. RUN: rm -rf %t && split-file %s %t && cd %t RUN: opt -module-summary α.ll -o α.bc RUN: llvm-lto -thinlto-action=thinlink -o index.bc α.bc RUN: llvm-bcanalyzer -dump index.bc | FileCheck %s CHECK: #--- α.ll target triple = "x86_64-unknown-linux-gnu" define i32 @f() { ret i32 0 }