Changeset 174694 in webkit for trunk/Source/JavaScriptCore/llvm


Ignore:
Timestamp:
Oct 14, 2014, 12:22:41 PM (11 years ago)
Author:
[email protected]
Message:

Removes references to LLVMJIT which is no longer part of LLVM
https://bugs.webkit.org/show_bug.cgi?id=137708

Reviewed by Filip Pizlo.

  • Configurations/LLVMForJSC.xcconfig: removed -lLLVMJIT
  • llvm/LLVMAPIFunctions.h: removed LinkInJIT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llvm/LLVMAPIFunctions.h

    r171391 r174694  
    552552    macro(LLVMTargetDataRef, GetTargetMachineData, (LLVMTargetMachineRef T)) \
    553553    macro(LLVMBool, TargetMachineEmitToFile, (LLVMTargetMachineRef T, LLVMModuleRef M, char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage)) \
    554     macro(void, LinkInJIT, (void)) \
    555554    macro(void, LinkInMCJIT, (void)) \
    556555    macro(void, LinkInInterpreter, (void)) \
Note: See TracChangeset for help on using the changeset viewer.