DescriptionWork on Clang for pure GN build.
This hooks up Clang in the pure GN build (not the hybrid GYP mode).
Clang gave some warnings about compiler flags which made me realize that we were giving linker flags to the compiler in some cases. So I enhanced our pkg-config wrapper to to add libraries to the cflags (missing else), return ldflags separately, and also strip out -pthread which was getting included over and over.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248477
Patch Set 1 #
Total comments: 5
Messages
Total messages: 10 (0 generated)
|