carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Added [-Wl] to clang_cc_toolchain_config.bzl. fixed issues #1404

Open William-Mou opened this issue 3 years ago • 1 comments
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

William-Mou avatar Jul 23 '22 07:07 William-Mou

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.

google-cla[bot] avatar Jul 23 '22 07:07 google-cla[bot]

I think #2175 addresses this differently, per @chandlerc's suggestion.

jonmeow avatar Sep 26 '22 23:09 jonmeow