================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to