Displaying 1 result from an estimated 1 matches for "lit_extra_opt".
Did you mean:
lit_extra_opts
2016 Jul 11
2
LibC++ failure on ARM
...led to construct for
--
Compiled test failed unexpectedly!
********************
This is the patch that changed the configuration:
http://llvm.org/viewvc/llvm-project?view=revision&revision=274747
and the only thing I can think could have caused it is the change in
librry order:
- lit_extra_opts={'link_flags': '"-lc++abi -lc -lm
-lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.6.0/lib/linux
-lclang_rt.builtins-arm"'},
+ lit_extra_opts={'link_flags': '"-lc++abi -lpthread
-lunwind -ldl -lc -lm -L/opt/llvm/lib/clang/3.6.0/lib/linux
-lclang...