Define a function with "... llvm::func...".
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Apr 2015 18:08:15 +0000 (18:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Apr 2015 18:08:15 +0000 (18:08 +0000)
commit8ee55c79f28236b03d5c3c5009ea8bc300dc2f24
tree048f8a1d9175c67549b0925cf02480397c1dd2d7
parentef67194fd21d6ec7767fdbe2c7774533f962f976
Define a function with "... llvm::func...".

Using this instead of
namespace llvm {
  func...
}

Has the advantage that the build fails with a compiler error if it gets out
of sync with the .h file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234515 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/WinCOFFObjectWriter.cpp