The previous code hard-coded platform names but compiler-rt's CMake
build system actually already knows which Apple platforms ASan supports.
This change uses this information to enumerate the different Apple
platforms.
rdar://problem/58798733
Paths
| Differential D73232
[CMake][NFC] Refactor iOS simulator/device test configuration generation code for ASan. ClosedPublic Authored by delcypher on Jan 22 2020, 2:29 PM.
Details Summary The previous code hard-coded platform names but compiler-rt's CMake This change uses this information to enumerate the different Apple rdar://problem/58798733
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 22 2020, 2:29 PM Comment Actions @yln @kubamracek I changed my mind. I'm going to make this a NFC. It's probably a bad idea to couple the naming change with the refactor. delcypher retitled this revision from [CMake] Refactor iOS simulator/device test configuration generation code for ASan. to [CMake][NFC] Refactor iOS simulator/device test configuration generation code for ASan..Jan 22 2020, 3:10 PM This revision is now accepted and ready to land.Jan 23 2020, 11:23 AM Closed by commit rG12627450609c: [CMake][NFC] Refactor iOS simulator/device test configuration generation code… (authored by delcypher). · Explain WhyJan 23 2020, 12:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 239985 compiler-rt/cmake/config-ix.cmake
compiler-rt/test/asan/CMakeLists.txt
|