Go to file
Jim Grosbach 38b1ed8ce2 Move some ELF directives into ELF asm parser.
The .local, .hidden, .internal, and .protected are not legal for all supported
file formats (in particular, they're invalid for MachO). Move the parsing for
them into the ELF assembly parser since that's the format they're for.
Similarly, .weak is used by COFF and ELF, but not MachO, so move the parsing
to the COFF and ELF asm parsers. Previously, using any of these directives
on Darwin would result in an assertion failure in the parser; now we get
a diagnostic as we should.

rdar://9827089

llvm-svn: 135921
2011-07-25 17:55:35 +00:00
clang Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
compiler-rt <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk 2011-06-21 00:07:55 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=10469 2011-07-24 23:59:50 +00:00
libcxxabi Updated comments 2011-07-25 15:00:11 +00:00
lldb new flag -P to type synth add lets you type a Python class interactively 2011-07-25 16:59:05 +00:00
llvm Move some ELF directives into ELF asm parser. 2011-07-25 17:55:35 +00:00
polly www: Memory Access Documentation Update 2011-07-21 00:08:23 +00:00