/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/lit-tests/profile_sample_use_error.ispc
9 строк
400 B
claude[bot]
Fix #3835: Update lit tests for LLVM trunk changes
22 май 2026, 01:46
22 май 2026, 01:46
663b388
Код
Авторство
О чём код?
// Test error handling for missing profile file. // LLVM 23+ silently ignores missing profile files, so this test is only for older versions. // // REQUIRES: !LLVM_23_0+ // RUN: not %{ispc} --profile-sample-use=nonexistent_file.prof --target=host --nostdlib --nowrap --emit-llvm-text -o - %s 2>&1 | FileCheck %s // CHECK: error: nonexistent_file.prof: Could not open profile export void dummy() {}