DirectX codegen tests failing when ran under hwasan #128598
Labels
backend:DirectX
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
After the merging of a PR (#128556) fix to DirectX build breaks, 28 DirectX tests are failing when ran under my hwasan build of this PR's branch.
See this log: https://gist.github.com/Icohedron/54739cbd0ab952d666bf376e76c9bb85
Similar to issue #124045, it appears to be related to the use of
-o /dev/null
withllc
Replacing
-o /dev/null
with-o -
makes the tests pass.This is odd because @vitalybuka supposedly patched a similar issue w.r.t. a SPIRV codegen error test ( #125599 (comment) )
The text was updated successfully, but these errors were encountered: