freebsd-skq/contrib/llvm/include
Dimitry Andric fdd1590a42 As submitted upstream in a review, avoid using undefined behavior in
llvm's LinkAllPasses.h.  This caused some of the calls not to be
emitted, if the optimization level was -O2 or higher.

Conversely, if you used -O1 or lower, calls to e.g.  RunningOnValgrind()
would be emitted, leading to link failures, because we did not include
Valgrind.cpp into libllvmsupport.  Therefore, add it unconditionally.

Noticed by:	ian
2016-01-08 17:32:42 +00:00
..
llvm As submitted upstream in a review, avoid using undefined behavior in 2016-01-08 17:32:42 +00:00
llvm-c Update llvm to trunk r256633. 2015-12-30 13:13:10 +00:00