forked from OSchip/llvm-project
gn build: color linker errors when using lld
llvm-svn: 369951
This commit is contained in:
parent
d9117e4e84
commit
b7046859c7
|
@ -42,6 +42,9 @@ config("compiler_defaults") {
|
||||||
cflags += [ "-O3" ]
|
cflags += [ "-O3" ]
|
||||||
}
|
}
|
||||||
cflags += [ "-fdiagnostics-color" ]
|
cflags += [ "-fdiagnostics-color" ]
|
||||||
|
if (use_lld) {
|
||||||
|
ldflags += [ "-Wl,--color-diagnostics" ]
|
||||||
|
}
|
||||||
cflags_cc = [
|
cflags_cc = [
|
||||||
"-std=c++14",
|
"-std=c++14",
|
||||||
"-fvisibility-inlines-hidden",
|
"-fvisibility-inlines-hidden",
|
||||||
|
|
Loading…
Reference in New Issue