Right now all hwasan tests on Android are silently disabled because they
require "has_lld" and standalone compiler-rt can not (and AFAIK was
never able to) set it.
Details
Details
- Reviewers
pcc - Commits
- rGa1817996fa86: Fix lld detection in standalone compiler-rt.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 40025 Build 40100: arc lint + arc unit
Event Timeline
Comment Actions
Second attempt to re-enable hwasan testing. This time, do not add lld as a dependency of the test suites if it not a CMake target (i.e. if it is simply available through -fuse-ld=lld somehow).