As well as some tests to ensure that various combinations of the clang command
line flags work (shared/static/minimal).
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
- Build Status
Buildable 19689 Build 19689: arc lint + arc unit
Event Timeline
Comment Actions
Remove the symbol InternalAlloc as the test wouldn't pass on a standalone
build (actively requires gc-sections).
Comment Actions
Disabling the fsanitize test on Android. When compiled with -static-libsan on
Android, linking fails due to -lrt & -lpthread being unavailable. I believe
this is linkSanitizerRuntimeDeps's fault.
Comment Actions
Re-enabling the fsanitize test for Android, but this is contingent to the
landing of D48570.
test/scudo/symbols.test | ||
---|---|---|
2 | maybe UNSUPPORTED: |
maybe UNSUPPORTED: