DescriptionHave CMake LLVM build share CFLAGS/CXXFLAGS with autoconf (e.g., libc++ flags).
That way, things are more uniform and we don't have
a divergence where an autoconf build of LLVM uses libc++
headers/library while the cmake build does not.
E.g., subzero is always built with libc++ and it would
fail to link against an old cmake build of llvm
(which uses libstdc++).
We need to disable go bindings test:
https://codereview.chromium.org/993513008/
Misc cleanup around the CompilersForHost code/comments
(update comments and remove unused glibc path).
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4119
R=dschuff@chromium.org
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/4dfff0ba4bd05d8e9ed3b7755a5cea1b29c9252b
Patch Set 1 #Patch Set 2 : random cleanup #
Total comments: 1
Patch Set 3 : toggle more types of linker flags #
Total comments: 6
Patch Set 4 : clarify #
Total comments: 2
Patch Set 5 : rebase #Patch Set 6 : rebase #Patch Set 7 : fix rebase #Patch Set 8 : update components too #Patch Set 9 : xxx #Messages
Total messages: 15 (6 generated)
|