⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244662 in webkit


Ignore:
Timestamp:
Apr 25, 2019, 1:08:06 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix test-webkitpy after r244653
https://bugs.webkit.org/show_bug.cgi?id=197131

  • lldb/lldbWebKitTester/Configurations/Base.xcconfig:

Also use C++17.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244659 r244662  
     12019-04-25  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix test-webkitpy after r244653
     4        https://bugs.webkit.org/show_bug.cgi?id=197131
     5
     6        * lldb/lldbWebKitTester/Configurations/Base.xcconfig:
     7        Also use C++17.
     8
    192019-04-25  Per Arne Vollan  <pvollan@apple.com>
    210
  • trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig

    r240176 r244662  
    3232ALWAYS_SEARCH_USER_PATHS = NO;
    3333
    34 CLANG_CXX_LANGUAGE_STANDARD = gnu++14;
     34CLANG_CXX_LANGUAGE_STANDARD = gnu++17;
    3535CLANG_CXX_LIBRARY = libc++;
    3636CLANG_ENABLE_OBJC_WEAK = YES;
Note: See TracChangeset for help on using the changeset viewer.