Skip to content
Snippets Groups Projects
Commit e497f3e4 authored by Evgeniy Stepanov's avatar Evgeniy Stepanov
Browse files

[gn] Add target flags to asmflags.

Reviewers: pcc, thakis

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58483

llvm-svn: 354618
parent 65ebfaf0
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ config("compiler_defaults") {
defines += [ "NDEBUG" ]
}
asmflags = target_flags
cflags = target_flags
ldflags = target_flags + target_ldflags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment