summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseCXXInlineMethods.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-25 15:06:56 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-25 15:06:56 +0000
commit14d02fe5c8640f1576c7a7b313294cd3fc51b04d (patch)
tree53904cd2c2ca7175bcef245f35e064946eea51a6 /clang/lib/Parse/ParseCXXInlineMethods.cpp
parent48047f5d75b02ef14c48fa2d6ed63faf5c299f74 (diff)
downloadbcm5719-llvm-14d02fe5c8640f1576c7a7b313294cd3fc51b04d.tar.gz
bcm5719-llvm-14d02fe5c8640f1576c7a7b313294cd3fc51b04d.zip
This reverts commit r200064 and r200051.
r200064 depends on r200051. r200051 is broken: I tries to replace .mips_hack_elf_flags, which is a good thing, but what it replaces it with is even worse. The new emitMipsELFFlags it adds corresponds to no assembly directive, is not marked as a hack and is not even printed to the .s file. The patch also introduces more uses of hasRawTextSupport. The correct way to remove .mips_hack_elf_flags is to have the mips target streamer handle the default flags (and command line options). That way the same code path is used for asm and obj. The streamer interface should *really* correspond to what is printed in the .s file. llvm-svn: 200078
Diffstat (limited to 'clang/lib/Parse/ParseCXXInlineMethods.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud