These symbols were introduced in https://reviews.llvm.org/D114558 but were not properly guarded for mac which caused downstream CI failures
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aha, this is just the same treatment that's already done to the _linux.cpp version of this test: https://github.com/llvm/llvm-project/commit/c13524856bb304e6b4f80da7f5c5ecdc021920ee
Given that, LGTM.
compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp | ||
---|---|---|
2–3 | Can we put this note here in reverse in Linux/interface_symbols.c? Hopefully this will make it less likely for them to get out of sync. |
compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp | ||
---|---|---|
2–3 | I will do this in a subsequent patch |
Can we put this note here in reverse in Linux/interface_symbols.c? Hopefully this will make it less likely for them to get out of sync.