Skip to content

Commit

Permalink
[gn build] use -Xclang form for fdebug-comp-dir for now
Browse files Browse the repository at this point in the history
The driver version of the flag seems to confuse goma.
  • Loading branch information
nico committed Feb 17, 2020
1 parent 04377a8 commit e8e078c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/utils/gn/build/BUILD.gn
Expand Up @@ -196,7 +196,9 @@ config("compiler_defaults") {
}
if (use_relative_paths_in_debug_info) {
cflags += [
"-Xclang",
"-fdebug-compilation-dir",
"-Xclang",
".",
]
}
Expand Down

0 comments on commit e8e078c

Please sign in to comment.