Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 651 Build 651: arc lint + arc unit
Event Timeline
lib/Support/Host.cpp | ||
---|---|---|
1237 | Is this true only for x86? |
lib/Support/Host.cpp | ||
---|---|---|
1237 | 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.
Is this true only for x86?