Ticket #50442: patch-32bit.diff

File patch-32bit.diff, 554 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 8 years ago)
  • Source/JavaScriptCore/llvm/library/LLVMExports.cpp

    old new  
    8686    // You think you want to call LLVMInitializeNativeTarget()? Think again. This presumes that
    8787    // LLVM was ./configured correctly, which won't be the case in cross-compilation situations.
    8888   
    89 #if CPU(X86_64)
     89#if CPU(X86_64) || CPU(X86)
    9090    LLVMInitializeX86TargetInfo();
    9191    LLVMInitializeX86Target();
    9292    LLVMInitializeX86TargetMC();