Tom Stellard 9eb63e54db R600: Use MCAsmInfoELF as AMDGPUMCAsmInfo base class
The main reason for this is that the MCAsmInfo class,
which we were previously using as the base class, sets
PrivateGlobalPrefix to "L", which causes all global
functions that start with L to be treated as local symbols.

MCAsmInfoELF sets PrivateGlobalPrefix to ".L", which is what
we want, and it is probably a good idea to use this as the
base class anyway, since we are emitting ELF binaries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219237 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-07 21:09:23 +00:00
..
2014-06-14 04:26:07 +00:00
2014-08-11 18:04:46 +00:00
2014-09-02 22:28:02 +00:00
2014-09-05 14:26:54 +00:00
2014-09-29 15:53:15 +00:00
2014-09-21 17:27:32 +00:00