http://llvm.org/bugs/show_bug.cgi?id=6930
PaX Team <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #10 from PaX Team <[email protected]> 2010-10-19 06:38:03 CDT --- i'm not sure how this problem is fixed as i still see the following when compiling linux (which on x86 uses the 'p' constraint in the percpu_read_stable macro): fatal error: error in backend: Invalid operand for inline asm constraint 'p'! note that the error is no longer about 'p' being unknown but rather at a lower level it doesn't seem to be handled. this new error comes from SelectionDAGBuilder::visitInlineAsm after it has called LowerAsmOperandForConstraint. a quick reading of the code shows no signs of handling 'p' in either X86TargetLowering::LowerAsmOperandForConstraint or TargetLowering::LowerAsmOperandForConstraint. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
