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

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

Issue 2793343002: Add --enable-pgo option to build clang with PGO
Patch Set: Add --enable-pgo option to build clang with PGO Created 3 years, 8 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
OLDNEW
(Empty)
1 # This file sets up a CMakeCache for PGO stage2 bootstrap.
2 set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
3 set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "")
4 set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
5 set(LLVM_ENABLE_THREADS OFF CACHE BOOL "")
6 set(LLVM_USE_CRT_RELEASE MT CACHE STRING "")
7
8 # Remove this once official builds pass -Wl,--build-id explicitly
9 # https://crbug.com/622775
10 set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
Nico 2017/04/07 15:58:53 I have a patch to remove this at https://coderevie
matthewtff.asm 2017/04/11 12:14:43 I'll remove this one, no problems.
11
12 set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
13 set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
14
15 set(CHROMIUM_TOOLS_SRC ${CMAKE_CURRENT_LIST_DIR} CACHE STRING "")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698