[all-commits] [llvm/llvm-project] f98398: [LinkerWrapper] Fix `-Bsymbolic` being sent to the...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 26 13:05:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9839876574fe97fdcdf104fbb1c9ba7fd4f9433
https://github.com/llvm/llvm-project/commit/f9839876574fe97fdcdf104fbb1c9ba7fd4f9433
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M clang/test/Driver/linker-wrapper.c
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Fix `-Bsymbolic` being sent to the compiler and not the linker
Summary:
Clang doesn't warn on `-B` options passed to it. This one is not
forwarded to the linker which results in some tests failing when
offloading to x86_64 with the `bfd` linker.
More information about the All-commits
mailing list