summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-03 19:53:04 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-03 19:53:04 +0000
commitb9d5d073d6701b0bffece7ffcd4dbd7dc93eb482 (patch)
tree6442f3c8cb079889772f1b2ed06980f99c195651 /clang/lib/CodeGen/CodeGenFunction.h
parent2c3a219b764fa2df12b649d983cbc39b6706868b (diff)
downloadbcm5719-llvm-b9d5d073d6701b0bffece7ffcd4dbd7dc93eb482.tar.gz
bcm5719-llvm-b9d5d073d6701b0bffece7ffcd4dbd7dc93eb482.zip
[PowerPC] Avoid using '$' in generated assembler code
PowerPC assemblers are supposed to support a stand-alone '$' symbol as an alternative of '.' to refer to the current PC. This does not work in the LLVM assembler parser yet. To avoid bootstrap failures when using the LLVM assembler as system assembler, this patch modifies the assembler source code generated by LLVM to avoid using '$' (and simply use '.' instead). llvm-svn: 181054
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud