Details
Details
- Reviewers
rsundahl - Commits
- rGa8cd84d32843: [test][asan] Fix test on MacOS 12+
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Could limit it to just Apple but shouldn't matter. Thank you.
compiler-rt/test/asan/TestCases/report_error_summary.cpp | ||
---|---|---|
10 | We generally are using the pattern: // Required for dyld macOS 12.0+ #if (__APPLE__) __attribute__((weak)) #endif at this line but this will work just as well. |
We generally are using the pattern:
at this line but this will work just as well.