search for: 139934

Displaying 4 results from an estimated 4 matches for "139934".

Did you mean: 139134
2011 Sep 21
0
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
I have tracked it down to the real reason. The revisions 139934-139937 has changed the order in which configure chooses a compiler. Clang is checked first, then llvm-gcc, and then gcc. I can see the reason for this change. However, in this particular case it has broken the build because Ubuntu includes clang 2.8 which doesn't know where includes are. I ha...
2011 Sep 20
1
[LLVMdev] [cfe-commits] Clang build "clang-native-arm-cortex-a9" is broken
Yeah. That code has been there since r91421 and wouldn't have failed recently otherwise. Did something change on the host? -eric On Sep 20, 2011, at 11:27 AM, Jim Grosbach wrote: > The host c++ standard library is missing <utility>, it appears. > > > On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote: > >> Please use the correct link : >>
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...BUILD and BUILD_CC/CXX to the correct native compiler during the configure process did not seem to do what I expected. Thanks -jason On Fri, Sep 16, 2011 at 1:36 PM, Eric Christopher <echristo at apple.com>wrote: > Author: echristo > Date: Fri Sep 16 15:36:16 2011 > New Revision: 139934 > > URL: http://llvm.org/viewvc/llvm-project?rev=139934&view=rev > Log: > Have the llvm configure process look for clang, then llvm-gcc, and then gcc > on all platforms. > > Modified: > llvm/trunk/autoconf/configure.ac > llvm/trunk/configure > > Modified:...
2011 Sep 20
2
[LLVMdev] Clang build "clang-native-arm-cortex-a9" is broken
The host c++ standard library is missing <utility>, it appears. On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote: > Please use the correct link : > http://63.145.236.72:8011 > and ignore the previous. > > Also log for broken build is here: > > make[1]: Entering directory >