[all-commits] [llvm/llvm-project] fb993c: Add guard to for loop test clang/test/Sema/for.c (...
Ariel-Burton via All-commits
all-commits at lists.llvm.org
Thu Mar 27 11:26:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb993cd2290c0cf71a5192f350adf12424b55890
https://github.com/llvm/llvm-project/commit/fb993cd2290c0cf71a5192f350adf12424b55890
Author: Ariel-Burton <arielburton at yahoo.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M clang/test/Sema/for.c
Log Message:
-----------
Add guard to for loop test clang/test/Sema/for.c (#133169)
Commit 20b7f5982622f includes a case that checks diagnostics for for
loops using thread locals.
This fails on platforms which do not support TLS.
This change adds guards to run this part of the test iff the feature is
supported.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list