mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-29 21:24:04 +00:00
77fd54d2eb
The old expected behaviour was specific to Apple platforms, while Glibc, Windows and FreeBSD collate differently (ignoring case). Make the old tested behaviour a special case for Apple platforms, and make the default case the one used by the other three. In clang-cl/DLL configurations, the test is hit by https://llvm.org/PR41018 (making the test fail to link). Differential Revision: https://reviews.llvm.org/D120797