Ignore:
Timestamp:
Jul 16, 2015, 8:33:19 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, fix build for newer LLVMs.

  • llvm/LLVMHeaders.h:
  • llvm/library/LLVMExports.cpp:
File:
1 edited

Legend:

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

    r171391 r186923  
    11/*
    2  * Copyright (C) 2013 Apple Inc. All rights reserved.
     2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    4141#pragma clang diagnostic ignored "-Wmissing-noreturn"
    4242#pragma clang diagnostic ignored "-Wunused-parameter"
     43#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
    4344#endif // COMPILER(CLANG)
    4445
Note: See TracChangeset for help on using the changeset viewer.