| commit | cf24bbb12d56f556fb33ddf2e1ef5a02c3b2ab27 | [log] [tgz] |
|---|---|---|
| author | Yaron Keren <yaron.keren@gmail.com> | Sat Nov 21 06:33:54 2015 +0000 |
| committer | Yaron Keren <yaron.keren@gmail.com> | Sat Nov 21 06:33:54 2015 +0000 |
| tree | 4d31e171871de6dd2d2b17acf3deb78e30b12d04 | |
| parent | 8d5c08f5915545780b4244ce6fb56c11c4524266 [diff] |
Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags. This is similar to the fix for FreeBSD in r226862. Without this patch, the build aborts when linkling libLTO.so, complaining about undefined references to assert2, cxa_atexit, etc. Patch by Stefan Kempf! http://reviews.llvm.org/D14236 llvm-svn: 253769