Asm instrumentation is disabled on non-Linux OSes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp | ||
---|---|---|
214 | I don't think they will ever be fixed for all known platforms. Do something like |
Paths
| Differential D3564
Asm instrumentation is disabled on non-Linux OSes. ClosedPublic Authored by ygorshenin on Apr 30 2014, 4:26 AM.
Details
Diff Detail Event Timelineygorshenin updated this object.
This revision is now accepted and ready to land.Apr 30 2014, 7:11 AM
Revision Contents
Diff 8973 lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
|
I don't think they will ever be fixed for all known platforms. Do something like
bool hasCompilerRTSupport=T.isOSLinux(); and remove the fixme.