Go to file
Rui Ueyama 1f684518c8 Fix buggy Twine storage in ELFLinkingContext::searchLibrary()
This patch fixes a forbidden use of Twine. It should only be used
as an intermediary value, but never stored.

This caused a bug in lld when running on Linux and compiled with
optimizations - it couldn't properly search libs.

Patch from Rafael Auler!

llvm-svn: 218083
2014-09-18 22:05:37 +00:00
clang [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than 2014-09-18 21:58:54 +00:00
clang-tools-extra [clang-tidy] Don't leak the TodoCommentHandler object 2014-09-18 18:59:50 +00:00
compiler-rt [asan] Initialize logfile in asan_symbolize.py to sys.stdin. 2014-09-18 20:01:28 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure that signed and unsigned verstions produce the same sequence. 2014-09-17 18:33:58 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Fix buggy Twine storage in ELFLinkingContext::searchLibrary() 2014-09-18 22:05:37 +00:00
lldb Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
llvm Fix sphinx warning. 2014-09-18 21:54:02 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Report possible aliasing deterministically 2014-09-18 14:45:43 +00:00