Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: tools/clang/stage2.cmake

Issue 2793343002: Add --enable-pgo option to build clang with PGO
Patch Set: Add clang build with PGO Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/clang/scripts/update.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file sets up a CMakeCache for stage2 bootstrap.
2
3 set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
4 set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "")
5 set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
6 set(LLVM_ENABLE_THREADS OFF CACHE BOOL "")
7 set(LLVM_USE_CRT_RELEASE MT CACHE STRING "")
8
9 set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
10 set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
11
12 set(CHROMIUM_TOOLS_SRC ${CMAKE_CURRENT_LIST_DIR} CACHE STRING "")
OLDNEW
« no previous file with comments | « tools/clang/scripts/update.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698