Newer versions of clang complain that __asan_schedule_unregister_globals is unused. Moving it outside the anonymous namespace gets rid of that warning.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D25921
[compiler-rt] moved __asan_schedule_unregister_globals out of anonymous namespace inglorion on Oct 24 2016, 12:41 PM. Authored by
Details Newer versions of clang complain that __asan_schedule_unregister_globals is unused. Moving it outside the anonymous namespace gets rid of that warning.
Diff Detail
|