aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-10-07 21:09:23 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-10-07 21:09:23 +0000
commit022802ab37c3b5b5fafd051115a5988e3a2905ae (patch)
tree126191a01852db3ba0856885fbeef60b5875a284 /clang/lib/CodeGen/CodeGenModule.cpp
parent20fa0be97fc0348acd3651417f48e9a8ca455ac2 (diff)
downloadllvm-022802ab37c3b5b5fafd051115a5988e3a2905ae.zip
llvm-022802ab37c3b5b5fafd051115a5988e3a2905ae.tar.gz
llvm-022802ab37c3b5b5fafd051115a5988e3a2905ae.tar.bz2
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. llvm-svn: 219237
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions