Skip to content

Commit

Permalink
[Fuchsia] Remove linker flags from stage2 pass through (#99722)
Browse files Browse the repository at this point in the history
This patch removes CMAKE_XXX_LINKER_FLAGS from list of flags that passed
through to stage2 build.
  • Loading branch information
zeroomega authored Jul 20, 2024
1 parent 5893b1e commit 72d8c27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/cmake/caches/Fuchsia.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ set(_FUCHSIA_BOOTSTRAP_PASSTHROUGH
SWIG_EXECUTABLE
CMAKE_FIND_PACKAGE_PREFER_CONFIG
CMAKE_SYSROOT
CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS
LLVM_WINSYSROOT
LLVM_VFSOVERLAY
)
Expand Down

0 comments on commit 72d8c27

Please sign in to comment.