Changeset 244662 in webkit
- Timestamp:
- Apr 25, 2019, 1:08:06 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
lldb/lldbWebKitTester/Configurations/Base.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r244659 r244662 1 2019-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 1 9 2019-04-25 Per Arne Vollan <pvollan@apple.com> 2 10 -
trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig
r240176 r244662 32 32 ALWAYS_SEARCH_USER_PATHS = NO; 33 33 34 CLANG_CXX_LANGUAGE_STANDARD = gnu++1 4;34 CLANG_CXX_LANGUAGE_STANDARD = gnu++17; 35 35 CLANG_CXX_LIBRARY = libc++; 36 36 CLANG_ENABLE_OBJC_WEAK = YES;
Note:
See TracChangeset
for help on using the changeset viewer.