Go to file
Richard Smith 5e3fb7616d Revert r240335.
This failed to solve the problem it was aimed at, and introduced just as many
issues as it resolved. Realistically, we need to deal with the possibility that
multiple modules might define different internal linkage symbols with the same
name, and this isn't a problem unless two such symbols are simultaneously
visible.

The case where two modules define equivalent internal linkage symbols is
handled by r252063: if lookup finds multiple sufficiently-similar entities from
different modules, we just pick one of them as an extension (but we keep them
separate).

llvm-svn: 252957
2015-11-12 21:55:58 +00:00
clang Revert r240335. 2015-11-12 21:55:58 +00:00
clang-tools-extra Fix bug in suggested fix that truncated variable names to 1 character. 2015-11-11 18:40:36 +00:00
compiler-rt [asan] Mark halt_on_error-torture test unsupported on android. 2015-11-12 19:30:38 +00:00
debuginfo-tests
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Implement P0074: Making owner_less more flexible 2015-11-12 15:56:44 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Early continue. NFC. 2015-11-12 19:45:58 +00:00
lldb Implement RegisterContext for Mini Dumps. 2015-11-12 21:16:15 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm Revert "Remove unnecessary call to getAllocatableRegClass" 2015-11-12 21:43:25 +00:00
openmp Add debug trace message for hierarchical barrier 2015-11-12 21:40:39 +00:00
polly [FIX] Bail if access function is not divisible by element size. 2015-11-12 20:15:32 +00:00