summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/sanitize-type-outlined.cpp
AgeCommit message (Collapse)Author
2025-11-22Really fix tysan test failing on unsupported arches (#169096)Sergei Barannikov
'target' is not one of the features recognized by clang tests, and the test doesn't require X86 backend to be built. Specify the target explicitly instead. Remove duplicate `-fsanitize=type` as well.
2025-11-21fix tysan test failing on unsupported arches (#169066)Matthew Nagy
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… ↵Matthew Nagy
(#166170) …nd update docs