<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/87140>87140</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Crash targeting i386-elf-win32 with debugging information
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          LoveMHz
      </td>
    </tr>
</table>

<pre>
    Confirmed crashing a385a917da93a65ffabe1982f5b101db6d15a125 (release/18.x)

```PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.      Program arguments: /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/bin/clang -target i386-pc-win32-elf -ffreestanding -fno-builtin -nostdlib -c -g test.c -o test.o
1.      <eof> parser at end of file
2.      Code generation
3.      Running pass 'Function Pass Manager' on module 'test.c'.
4.      Running pass 'X86 Assembly Printer' on function '@test'
 #0 0x0000555a4e641de4 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/Unix/Signals.inc:723:22
 #1 0x0000555a4e642205 PrintStackTraceSignalHandler(void*) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/Unix/Signals.inc:798:1
 #2 0x0000555a4e63f655 llvm::sys::RunSignalHandlers() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/Signals.cpp:105:20
 #3 0x0000555a4e641545 llvm::sys::CleanupOnSignal(unsigned long) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/Unix/Signals.inc:367:31
 #4 0x0000555a4e55fa66 (anonymous namespace)::CrashRecoveryContextImpl::HandleCrash(int, unsigned long) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/CrashRecoveryContext.cpp:73:5
 #5 0x0000555a4e55ff92 CrashRecoverySignalHandler(int) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/CrashRecoveryContext.cpp:391:1
 #6 0x00007f1d16442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #7 0x0000555a4c86fe0b llvm::X86AsmPrinter::emitFunctionBodyStart() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Target/X86/X86AsmPrinter.cpp:105:0
 #8 0x0000555a4fc77769 llvm::AsmPrinter::emitFunctionBody() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1685:16
 #9 0x0000555a4c86fd72 llvm::X86AsmPrinter::runOnMachineFunction(llvm::MachineFunction&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Target/X86/X86AsmPrinter.cpp:91:0
#10 0x0000555a4d5117d8 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/CodeGen/MachineFunctionPass.cpp:93:33
#11 0x0000555a4dd208f4 llvm::FPPassManager::runOnFunction(llvm::Function&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/IR/LegacyPassManager.cpp:1443:20
#12 0x0000555a4dd20bca llvm::FPPassManager::runOnModule(llvm::Module&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/IR/LegacyPassManager.cpp:1489:13
#13 0x0000555a4dd2102b (anonymous namespace)::MPPassManager::runOnModule(llvm::Module&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/IR/LegacyPassManager.cpp:1558:20
#14 0x0000555a4dd1bca6 llvm::legacy::PassManagerImpl::run(llvm::Module&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/IR/LegacyPassManager.cpp:541:13
#15 0x0000555a4dd21921 llvm::legacy::PassManager::run(llvm::Module&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/IR/LegacyPassManager.cpp:1686:1
#16 0x0000555a4e9fffa7 (anonymous namespace)::EmitAssemblyHelper::RunCodegenPipeline(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>&, std::unique_ptr<llvm::ToolOutputFile, std::default_delete<llvm::ToolOutputFile>>&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/CodeGen/BackendUtil.cpp:1145:3
#17 0x0000555a4ea001bb (anonymous namespace)::EmitAssemblyHelper::EmitAssembly(clang::BackendAction, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/CodeGen/BackendUtil.cpp:1169:17
#18 0x0000555a4ea01307 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/CodeGen/BackendUtil.cpp:1328:25
#19 0x0000555a4f3ae263 clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/CodeGen/CodeGenAction.cpp:379:20
#20 0x0000555a52570da8 clang::ParseAST(clang::Sema&, bool, bool) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Parse/ParseAST.cpp:183:14
#21 0x0000555a4f6bca36 clang::ASTFrontendAction::ExecuteAction() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Frontend/FrontendAction.cpp:1183:11
#22 0x0000555a4f3b2536 clang::CodeGenAction::ExecuteAction() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/CodeGen/CodeGenAction.cpp:1154:5
#23 0x0000555a4f6bc2e0 clang::FrontendAction::Execute() /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Frontend/FrontendAction.cpp:1073:38
#24 0x0000555a4f5cbe31 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Frontend/CompilerInstance.cpp:1057:42
#25 0x0000555a4f86917b clang::ExecuteCompilerInvocation(clang::CompilerInstance*) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:272:38
#26 0x0000555a4a8b69d7 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/tools/driver/cc1_main.cpp:294:40
#27 0x0000555a4a8a60ac ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/tools/driver/driver.cpp:365:20
#28 0x0000555a4a8a62cb clang_main(int, char**, llvm::ToolContext const&)::'lambda'(llvm::SmallVectorImpl<char const*>&)::operator()(llvm::SmallVectorImpl<char const*>&) const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/tools/driver/driver.cpp:505:5
#29 0x0000555a4a8a79b7 int llvm::function_ref<int (llvm::SmallVectorImpl<char const*>&)>::callback_fn<clang_main(int, char**, llvm::ToolContext const&)::'lambda'(llvm::SmallVectorImpl<char const*>&)>(long, llvm::SmallVectorImpl<char const*>&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h:47:3
#30 0x0000555a4f42ca91 llvm::function_ref<int (llvm::SmallVectorImpl<char const*>&)>::operator()(llvm::SmallVectorImpl<char const*>&) const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h:69:3
#31 0x0000555a4f42b786 clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::'lambda'()::operator()() const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Driver/Job.cpp:440:32
#32 0x0000555a4f42bc45 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::'lambda'()>(long) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h:46:40
#33 0x0000555a4d259d94 llvm::function_ref<void ()>::operator()() const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/include/llvm/ADT/STLFunctionalExtras.h:68:62
#34 0x0000555a4e5601af llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/llvm/lib/Support/CrashRecoveryContext.cpp:427:10
#35 0x0000555a4f42b9a3 clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Driver/Job.cpp:440:7
#36 0x0000555a4f3c79a7 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Driver/Compilation.cpp:199:22
#37 0x0000555a4f3c7d28 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Driver/Compilation.cpp:253:62
#38 0x0000555a4f3db1f1 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/lib/Driver/Driver.cpp:1921:28
#39 0x0000555a4a8a74ee clang_main(int, char**, llvm::ToolContext const&) /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/clang/tools/driver/driver.cpp:540:39
#40 0x0000555a4a8e23b8 main /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/tools/clang/tools/driver/clang-driver.cpp:17:20
#41 0x00007f1d16429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
#42 0x00007f1d16429e40 call_init ./csu/../csu/libc-start.c:128:20
#43 0x00007f1d16429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
#44 0x0000555a4a8a4525 _start (/home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/bin/clang+0x13d9525)
clang: error: clang frontend command failed with exit code 139 (use -v to see invocation)
clang version 18.1.2 (git@github.com:MakeMHz/stellar-llvm.git 439260f7074e551a0c3258d50c5264678766a2b9)
Target: i386-pc-windows-elf
Thread model: posix
InstalledDir: /home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/bin
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/test-f5bc62.c
clang: note: diagnostic msg: /tmp/test-f5bc62.sh
clang: note: diagnostic msg: ```

```

```# Crash reproducer for clang version 18.1.2 (git@github.com:MakeMHz/stellar-llvm.git 439260f7074e551a0c3258d50c5264678766a2b9)
# Driver args: "-target" "i386-pc-win32-elf" "-ffreestanding" "-fno-builtin" "-nostdlib" "-c" "-g" "test.c" "-o" "test.o"
# Original command: "/home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/bin/clang-18" "-cc1" "-triple" "i386-pc-windows-elf" "-emit-obj" "-mrelax-all" "-mincremental-linker-compatible" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "test.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-ffreestanding" "-target-cpu" "pentium4" "-tune-cpu" "generic" "-gno-column-info" "-gcodeview" "-debug-info-kind=constructor" "-fdebug-compilation-dir=/home/dustin/llvm-crash" "-object-file-name=/home/dustin/llvm-crash/test.o" "-fcoverage-compilation-dir=/home/dustin/llvm-crash" "-resource-dir" "/home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/lib/clang/18" "-internal-isystem" "/home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/lib/clang/18/include" "-ferror-limit" "19" "-fno-builtin" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fms-compatibility-version=19.33" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcolor-diagnostics" "-faddrsig" "-D__GCC_HAVE_DWARF2_CFI_ASM=1" "-o" "test.o" "-x" "c" "test.c"
 "/home/dustin/Projects/MakeMHz/Stellar/stellar-llvm/build/bin/clang-18" "-cc1" "-triple" "i386-pc-windows-elf" "-emit-obj" "-mrelax-all" "-mincremental-linker-compatible" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "test.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-fmath-errno" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-ffreestanding" "-target-cpu" "pentium4" "-tune-cpu" "generic" "-gno-column-info" "-gcodeview" "-debug-info-kind=constructor" "-fdebug-compilation-dir=/home/dustin/llvm-crash" "-object-file-name=/home/dustin/llvm-crash/test.o" "-fcoverage-compilation-dir=/home/dustin/llvm-crash" "-ferror-limit" "19" "-fno-builtin" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fms-compatibility-version=19.33" "-fskip-odr-check-in-gmf" "-fdelayed-template-parsing" "-fcolor-diagnostics" "-faddrsig" "-D__GCC_HAVE_DWARF2_CFI_ASM=1" "-x" "c" "test-f5bc62.c"
```

```# 1 "<built-in>"
# 1 "test.c"
int test(void) {
    int a = 1;
    return a;
}
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzsfFtv27i2_6dRXggZEnV_yINrx9MO0n-CJLP3vBkURTncoUj9SSp1zqc_ICVZl9hN20nSHuwWgS3zun7rxrUoskgpuuOEnDvRBydan6FG3wt5fikeyeeP_3OWi-LpfCV4SWVFCoAlUveU7wAK0ghlflKgLEBxVJYoJ36WwjLKfc8v8rjwI-TDCDgwlYQRpIgDN3662Dswc7y14y27z9hr_64vL5a3F0A1eUU1QCBvdkCSWkgNtAD3WtfKCZYO3Dhws6P6vskXWFQO3DD22H-5tRT_IVg7cEOVaohy4AYgXgDKMWsKAvQ9aTGAHOEHLREmDlyBWpJaCkyUIgVQopFtsemJlBKYIk0KIBsOFJa01ouW9luN8AMomqo2lNkibwHsv2spdhJVAMldUxGuDe3AgZt7URlGFI3SlDtwc90SbAj9jB4Myx24udWEMSQduFHtk9thzBvKCvNt-2KG-A64Gskd0YAGaezW2P1CeQBdwkrglqUkRGnECyMyt-TCNSNoyoHLhdIFozlwMXB3QBOlFxi4on0SLRq_Q-MEKyJKJ7gANZKKSIA0ILwAogQlZaRtDLvGK1EQsCOcSKSp4G1l0FXeNJwbYmqkFHBgsmk4Nq3AtSn4jDjaEenABAgOKlE0jJhWLXUOTDrGhydG-zuNwVIpUuXsCVxLyvVhsLKfyIGJE3pmRPNkhwMODDzg7T3P86IoQiGJQ78gIbBsD5ZOsFRPqn2wo1rB37Xakw6NJPqyFUpLgioHxkaDKNcOzP654PsvmptWTW3MwoGbvzjdmwK644ipBeXYCZYJDJxgCeGAzZ9hg9CLwAxIO8ZHxAtmeJY-Clo4cPn-1GepEyz9gXg4JT4o4yg6Jpibhk8wKAemb0l9TzaujfX7XmSY7g10B3OFisKjdK8YQbyprzrqHZg23LrkAjDBd-8ugCBOzOdIAuEESRSVKI6NX0dc8KdKNApwVBFVW3PIOlTGyd4QLB6JfFoJrslef6pq1ta2IrJtHJhaI1mBd4N9jLZOjIkxnWiAHs2hlxkEk_5zu3lji_8K7UHmTy0n7ohPSr_w4zCEEfSAtYpu2H0ab-PQZZQ3e3fHm7YCL5RYxA784O1tl8OCbcZMxgzBaVwSLx9p9d9pvFRV73ltEamo7r38B1E83WpkkLyBbd7ZhdCBm7_TuP0caJmY6chK0zGeEidJEmcjPC-BeRMcZgH9g5hBRtOPf_Rg4jSyXwOcbC6eIoFfF49s-BX_jPA95aRHNlnUntXFP0VyVrk7wZklbbJeF5HvJ0UKTlJtoosR3qNA3xThINMjlPUQjfMJggHjZN0uCuil5Tgm2Vybzn3M9DPRfbpx4OaS7BB-GpHUq2kYBqO10QCDc2A5Rt8A7LMNCKfa2RW9P6jUrHT-SFrBDJTvwfylZfLz_wGkUZTOxBdOkfo5RvFIfMyO1IXLw3jD8i8b_ktAi0J_JsNoLsMM-i8j-7VQ-XEaD4GAQRVPopisLEuUvKSZFxXVfSr1kbC6R3nTcOPLdoRf05owyo2W2ky0rf-A8APhxbJzNiugdNHWNJz-_4Zsay2dYDVNmuovkmqy7VOnUaeClKhhelsQRjR5oWNwYf7azOulae-EYFeNrhu9MRnsN8456zVM-AoSbpn4fMHoOPqXpqyXsB-ahX-kt5OwjCDP8_MXfc8pCY_LfznZrsBzelaCq6YyMdLrpKvfI4jYrgLJIIl0Jgk_8JIxzYa73UCtIk1ZvKZox4XSFKsLvrPWFc9QfySoIPKWIInvr2ojCgWw4Eo_b9rR_kKrNvp6odEl4rtjTQaZ3WpJ-e6GlNPi3g0ujwtvUKahyyeuZaPoI7kh5Yrr65lWPZZdLGds8PZJaVJ1uvFfr48BtGt1NOjjJCMoA0RgHHyN5lF-ficRV8xu4v3F6UxRl7d3Xfr51v6ve2oVpc91k2wak8BxPhDBKPEKlI5xXiOpyPL2borillSoU-RcCDZ8vzoeO3__vby96yWWBjaaHIBMgv4yzjEKYjBl_EYazh9sp_Ure4IbTXpzep20dAqhn3b0OBGK34EZIg8Ip9qXw2gKZiLbdwPydd3y_SgcdoEMimAuEki8MYqvyOMnScKzG1lBOmCYxOxlhHMS-FNJVDVlRH7iSiOOyXFhnAb9Jk5ghHNO37ChkzjBMoQD0kkMX6Zx5if5ZAVuMQ0DPgqMnuN7xpA38eY9wjvrdTYnaevgwgTO5DqJ7VGax1mRAIz9bYXoNB9ZSomezPIcrPA9kv0qvuzXsUkZXIHXfAPQg9ZCMNOlkPTRbmr1lPb4MmN64civJ1N8KPYQBj2bVn7LtxHK2wox9i-CtegSziNgZ4GLGaNby0ahzVuibh_6tSyOZmtZOscMcafBvVS7LXMDzYpo-U2I2koHJgxVeYEcmPwI67phRE0k0kK2Hu6HBmpL3ovPkd37Hbn1bMbmJMsTQLkeMbJ_a7iV1m5M5Q-y7KLtgBFjOcIP25Kbxr-QTC9MP_vmZRLUf6soX2uDo3tTPxQs13em291lv4OJ2MVeS6QW98ZVJJNEePoatwwhRpn_lvL8hazgxxhoE9gRA_0ZA_MknURsnW21S-TKX4mqQryYxzxHV51DoiXqloxJijWkj4fU6tBhu8X7ve-3P3KkKDZpGDU0rVp7GTU2BVstEdWqr54Nhxgzy6qQo3rTZDnE_8uDYI4a2Gkv-AZurY0U1r1T-1PknUcLQ88Ib4h9pi_LjfRwGNmF_LQN2Noe0mkv9Vv6M-kP_vLnOb94GixNzxwUMMqKLPw-yb-lPv-gg0rNx0jHZ8cRYs9H5QjksTfkh63rW1QSu6v5rUz5Oa_yQ5jY3GYAHc0NO0PBf7Vbfjf3OuztBvF0NwMnGUpOCsGmcOjZhkAvmUmuOetoGpzah_1K0-VkJ-ut-TQC2OfiWTY6eGYYlswZVsD0exn2p8jVaW79KfJLqvSpLelnIdhB2WpEZRsBfg-Dx2-YfhabYRTMPOL0EEtQ5H7pn4K0Hj1PdhuObIGcEs87svnVN1wOjF2Pc0M_g8aNwWFjJXiWHYaEvEYS_m7pbhscZgdEoTdFRGCQp8Bgeb2DyT1Jp_d7TIU7IdRPptsfoT89twazIvPAdstobtYXJPXWxKdWCmBhxlSNAzcL86ieVEFqMyOvNevOs8072bDCHmroj06ZWeF8VhJ6wPahnOr5RO2jGd21oy-wGQ7OTkqEwbFBJ1COoTg6ePvKY9i-CMOZgoYRjEA7anfK79UPm9tDgX5QZBGMDscCe6MGREqzdi9bKwFlt7UJcGfeJaKMFOAL1feA7KmxioIAPzAmkTaKAPcRaAEUIYCONmXH04BHIhUVHPjpwl9A03FHtRN6oxsBwXIAN4a02FENwiCDsVcmXhKSKPKRhwMYpUXk4QjGYZykSRwjmGeHabujacFyfMC-EF-US1jZNbmXBBWgEgVhpmEtFN23VXbzmDFSrKl89RsAU-5zoYn5Lg5vkEGlbE2vMv_gb3Rho7unsby7W64-gruPF2BzdXl59e9P_-8PsPl0eXEL7q5s8Ye__gA3F9dXN3dOfzvi-tg9i1QZr3jyrsWhgSTAxoekAEgfhvwW_HCjq9p8EqXdMspxDBf4n3VX99_ev7_hcvTay_FCGLSnjIFlWNFgIkEpJPhJRmDoaddLgOSuu8sCu5snDjQkwGf3T7ry6S2UQ-FwF6Uv6m-k9L9x_9B36m-BtKViXGp-DKReSbqjHLHe83T0voVHdP30QC_2-0ctac3Ic8Yc_EbXjlRUuyL_T_-7koShvYsYO5RQjiWpCNeIuYzyByJdLKoaaZofZnALqlDOiGs4fSCHESRdpLSbk1JI4ubtm_7DyIhyt6SMuBxV5CiLDTmdG3Zb79ZWKI00HVqVElXErUV3qng9Ir-skL53iZRcDOpQu1hwLRHWTrAWfKwSUjRWTVzT7zCBjZ5kY-JLFzGKFFFfVa5WL11cN11JTbimTRUeGjScjKrtZaUB0I4LFwvWVNylvDwQvjPL1SMlXw5cJ3mzs03cB2q0bD0i9EBg2woP4bNbmLVgfUQbjZq5uL0V0Sl5btRzJKYX-20O9tBOb7cX0I78KAWStH7a9mnLXs2O2oi8jxUHS7KKxBFzqWpP97z5vMOmVMc2G8u4jFa0929-9hXfZYoaRVy8Ry7SJrgZLEC5ZK8JNx5bjUt7M6aM6qeTFW7n7J1g7WeLIDg0VA-0dkUhXXxP8INLuburypHWMfRECleTqmZIE7dGUo39LxZMSHdYrQbSUFFIRQ8t19vtH6vV9uPyXxfb9b-XNxu4XW0-bZe3nw1JJ72xLd13D3juXg43Fn475d9O-bdT_l4Kfrun73RPxxzRkAkcYscXg3LfuqxgZfnrUm63qUaRp3_Ey1GuQXvduLtUmwEn-dB5QADsiQMEnGANfCcYlUuiG8kBOhQ6yXpG0llxHhRZkKEzcu4nvp_EUZakZ_fnJI690MtDlKbEj5GXpwmOkiwL8hLnMPXO6Dn0YOgFgedBE_wv_BKj1IMeyTAKYZE4oUcqRNnCZg1C7s7sjfrzNPFD74yhnDBl_88ACDn5AmylgRytz-S51di82Skn9BhVWg2jaKoZOW-Tm9YlUL5rc2vCyjZ7aLcIrI3ubC0vhayslZw1kp3_-H8GYKn_3wAAAP__XnIuyw">