[clang] [compiler-rt] [llvm] [TySan] A Type Sanitizer (Runtime Library) (PR #76261)
Kazu Hirata via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 17 12:06:28 PST 2024
kazutakahirata wrote:
@fhahn I'm getting:
```
compiler-rt/lib/tysan/../sanitizer_common/sanitizer_platform_limits_posix.h:604:3: error: anonymous structs are a GNU extension [-Werror,-Wgnu-anonymous-struct]
struct {
^
1 error generated.
```
while compiling `tyscan.cpp`. Is there any way you could take a look? Thanks!
https://github.com/llvm/llvm-project/pull/76261
More information about the cfe-commits
mailing list