Details
Details
- Reviewers
hctim - Commits
- rG3b4c59c15691: [HWASan] add shortgranule tests to use-after-scope.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 60,050 ms | x64 debian > libFuzzer.libFuzzer::large.test |
Event Timeline
| llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll | ||
|---|---|---|
| 2 | nit: ; RUN: opt -passes=hwasan -hwasan-use-short-granules=1 -hwasan-generate-tags-with-calls \ ; RUN: -hwasan-use-after-scope=1 -S < %s | FileCheck %s --check-prefixes=SCOPE-SHORT | |
| llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll | ||
|---|---|---|
| 2 | (looks like this was still on draft but you did it preemptively) | |
nit: