Go to file
Chris Lattner 2b630fe822 use the new form of getNameWithPrefix, not makeNameProper.
Among other things, this would do very weird things if the 
basic block name had (e.g.) a space in it on darwin:
makeNameProper would add quotes, then the mcsymbol would 
escape the quotes.

llvm-svn: 93302
2010-01-13 07:16:53 +00:00
clang Insert clang-flags into the clang command. Currently it needs to be a list; 2010-01-13 06:44:51 +00:00
compiler-rt Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572 2010-01-13 05:30:28 +00:00
llvm use the new form of getNameWithPrefix, not makeNameProper. 2010-01-13 07:16:53 +00:00