Skip to content

Commit 72d8c27

Browse files
authored
[Fuchsia] Remove linker flags from stage2 pass through (#99722)
This patch removes CMAKE_XXX_LINKER_FLAGS from list of flags that passed through to stage2 build.
1 parent 5893b1e commit 72d8c27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/cmake/caches/Fuchsia.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ set(_FUCHSIA_BOOTSTRAP_PASSTHROUGH
6767
SWIG_EXECUTABLE
6868
CMAKE_FIND_PACKAGE_PREFER_CONFIG
6969
CMAKE_SYSROOT
70-
CMAKE_MODULE_LINKER_FLAGS
71-
CMAKE_SHARED_LINKER_FLAGS
72-
CMAKE_EXE_LINKER_FLAGS
7370
LLVM_WINSYSROOT
7471
LLVM_VFSOVERLAY
7572
)

0 commit comments

Comments
 (0)