Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Support/Host.cpp | ||
---|---|---|
1237 ↗ | (On Diff #75236) | Is this true only for x86? |
lib/Support/Host.cpp | ||
---|---|---|
1237 ↗ | (On Diff #75236) | The syscall should work on every Apple Darwin platform, but I haven't a build of LLVM that runs on a device to validate it right now, I can ifdef on X86 as well for now. |
Comment Actions
Haven't tested other platform than x86_64 right now, add this as conditional compilation.