Issue 152184
Summary Investigate why CI or check-cxx with ubsan does not detect the issue
Labels
Assignees
Reporter vitalybuka
    > #152181 should fix the issue. I'd really like to know why this wasn't caught in the CI though. Is there some special flag required to check for this kind of stuff?

I believe CI has check-cxx with ubsan, our bot has "check-cxx with ubsan" and it does not fail.

What fails is using libcxx to compile llvm. Type from report is:
```
std::map<std::string, std::unique_ptr<ACLEIntrinsic>> ACLEIntrinsics;
```

So I guess libcxx lack of test coverage for them?

_Originally posted by @vitalybuka in https://github.com/llvm/llvm-project/issues/152180#issuecomment-3156013122_
 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to