Skip to content

Commit

Permalink
Remove unused cflag argument "-nostdinc".
Browse files Browse the repository at this point in the history
Fixes warning.

b/273820939

Change-Id: Ia3e05f60df9f5dbc25795deeba0a439ed55cc623
  • Loading branch information
briantting committed May 24, 2023
1 parent 2b4e36d commit 25a2727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/llvm-project/compiler-rt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

config("compiler_rt_config") {
cflags = [ "-nostdinc" ]
cflags_cc = [
"-std=c++17",
"-nostdinc++",
Expand Down

0 comments on commit 25a2727

Please sign in to comment.