Similar to InitOptions in asan, we can use this optional struct for initializing some members thread objects before they are created. On linux, this is unused and can remain undefined. On fuchsia, this will just be the stack bounds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/hwasan/hwasan_linux.cpp | ||
---|---|---|
431 | If it's unused then you can omit the argument name to avoid the unused variable warning. |
If it's unused then you can omit the argument name to avoid the unused variable warning.