[clang] [SSAF] Fix a stage2 test failure with ASan-instrumented clang (PR #211432)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 23 02:35:27 PDT 2026
================
@@ -94,7 +94,10 @@ namespace clang::ssaf {
volatile int SSAFTestTransformationAnchorSource = 0;
} // namespace clang::ssaf
+// This global causes issue (rdar://182623740) in stage2 with ASan-instrumented
+// clang.
----------------
steakhal wrote:
As per the [llvm policy](https://llvm.org/docs/DeveloperPolicy.html#test-cases), radar links are not allowed in source code. They are allowed in commit messages.
> Avoid adding links to resources that are not available to the entire community, such as links to private bug trackers, internal corporate documentation, etc. Instead, add sufficient comments to the test to provide the context behind such links.
I'm not exactly sure why we need to exclude `RegisterTestTransformation` from asan.
https://github.com/llvm/llvm-project/pull/211432
More information about the cfe-commits
mailing list