Go to file
Rafael Espindola 17600e29fa Respect llvm.used in Internalize.
The language reference says that:

"If a symbol appears in the @llvm.used list, then the compiler,
assembler, and linker are required to treat the symbol as if there is
a reference to the symbol that it cannot see"

Since even the linker cannot see the reference, we must assume that
the reference can be using the symbol table. For example, a user can add
__attribute__((used)) to a debug helper function like dump and use it from
a debugger.

llvm-svn: 187103
2013-07-25 03:23:25 +00:00
clang Avoid recursions when the parser finds out that it has too many brackets. 2013-07-25 02:11:20 +00:00
clang-tools-extra Fix doxygen warnings 2013-07-24 19:14:57 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Added get_num_groups 2013-07-24 18:03:38 +00:00
libcxx literal suffixes for std::chrono 2013-07-24 21:18:14 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF][Driver] Allow multiple /include options. 2013-07-25 02:57:39 +00:00
lldb Handle the case where we are stepping through code with no symbols, so we can't really find the function start PC 2013-07-25 00:59:01 +00:00
llvm Respect llvm.used in Internalize. 2013-07-25 03:23:25 +00:00
polly ScopDetect: Only track detection failures if actually needed. 2013-07-25 03:02:29 +00:00