carbon-lang
carbon-lang copied to clipboard
Added [-Wl] to clang_cc_toolchain_config.bzl. fixed issues #1404
trafficstars
When running the example program with LLVM:
INFO: From Linking explorer/explorer:
clang++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
Temporarily avoid generating warnings with -Wl, but -pie may not need to be used. #1404
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
I think #2175 addresses this differently, per @chandlerc's suggestion.