When compiling programs for the test suite we currently choose which stdlib to use based on the host platform, but should be basing this on the target platform.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Use platformIsDarwin instead of manually checking if the platform is in darwin triples.
use
instead of: