-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another round of fixes: * if the toolchain contains legacy_compile_flags or legacy_link_flags, replace the feature with default_compile_flags or default_link_flags. This is to ensure the location of the flags stays intact. * it fixes the order of compilation flags, the correct order is: 1) compiler_flag 2) compilation_mode_flags.compiler_flag 3) cxx_flag 4) compilation_mode_flags.cxx_flag * We don't add cxx_flags to assemble and preprocess-assemble actions * We don't add sysroot to assemble action bazelbuild/bazel#6861 bazelbuild/bazel#5883 RELNOTES: None. PiperOrigin-RevId: 229336027
- Loading branch information
1 parent
5a13c61
commit 04195ad
Showing
2 changed files
with
79 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters