Details
- Reviewers
eugenis - Commits
- rG1d730d80ce59: [HWASAN] erase lifetime intrinsics if tag is outside.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
LGTM
clang/test/CodeGen/lifetime-sanitizer.c | ||
---|---|---|
11 | You can use -Xclang -disable-llvm-passes instead. |
clang/test/CodeGen/lifetime-sanitizer.c | ||
---|---|---|
11 | Isn't what is currently there closer to what we actually want to test: that the hwasan pass has access to lifetimes? |
clang/test/CodeGen/lifetime-sanitizer.c | ||
---|---|---|
11 | I don't have a strong opinion on this, but it is common to exclude llvm passes from clang tests because that makes them brittle. Integration tests generally belong in compiler-rt, but there are some in clang, too. |
clang/test/CodeGen/lifetime-sanitizer.c | ||
---|---|---|
11 | That makes sense. Updated all tests to use disable-llvm-passes. |
You can use -Xclang -disable-llvm-passes instead.