We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d37c3 commit d1bc6f9Copy full SHA for d1bc6f9
clang/cmake/caches/BOLT.cmake
@@ -11,9 +11,3 @@ set(LLVM_DISTRIBUTION_COMPONENTS
11
clang
12
clang-resource-headers
13
CACHE STRING "")
14
-
15
-# Disable function splitting enabled by default in GCC8+
16
-if("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
17
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-reorder-blocks-and-partition")
18
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-reorder-blocks-and-partition")
19
-endif()
0 commit comments