summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-01-07 23:18:29 +0000
committerJF Bastien <jfb@google.com>2016-01-07 23:18:29 +0000
commitb9ec4c6cea629ecf177d9d56640e1b87bdd8befc (patch)
treee678ef21abed0d2fe5eb238c93b4b5915afeb479 /lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
parentc5b779cb925487fce0d586a44955be8f1524e3af (diff)
downloadbcm5719-llvm-b9ec4c6cea629ecf177d9d56640e1b87bdd8befc.tar.gz
bcm5719-llvm-b9ec4c6cea629ecf177d9d56640e1b87bdd8befc.zip
WebAssembly: use .skip instead of .zero directive
.zero is confusing when used with two arguments. Documentation: This directive emits SIZE 0-valued bytes. SIZE must be an absolute expression. This directive is actually an alias for the '.skip' directive so in can take an optional second argument of the value to store in the bytes instead of zero. Using '.zero' in this way would be confusing however. Ref: https://sourceware.org/bugzilla/show_bug.cgi?id=18353 Hexagon and Sparc do the same, and it's all the same to WebAssembly so let's pick the less confusing of the two. llvm-svn: 257111
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud