summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-05-01 22:39:26 +0000
committerJuergen Ributzka <juergen@apple.com>2014-05-01 22:39:26 +0000
commit37fc0a8ae8eaf61bb2441a68378fbc835e1cc6bf (patch)
treedae46dcf1bd7bd2b68eda5e57a5bda42e72fb662 /llvm/include
parent09acbf35e21fb5f35adea11d576c4209f01fe939 (diff)
downloadbcm5719-llvm-37fc0a8ae8eaf61bb2441a68378fbc835e1cc6bf.tar.gz
bcm5719-llvm-37fc0a8ae8eaf61bb2441a68378fbc835e1cc6bf.zip
[Stackmaps] Pacify windows buildbot.
llvm-svn: 207807
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/StackMaps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/StackMaps.h b/llvm/include/llvm/CodeGen/StackMaps.h
index c981bf4040d..5eddbb65259 100644
--- a/llvm/include/llvm/CodeGen/StackMaps.h
+++ b/llvm/include/llvm/CodeGen/StackMaps.h
@@ -132,7 +132,7 @@ public:
void serializeToStackMapSection();
private:
- const char *WSMP = "Stack Maps: ";
+ static const char *WSMP;
typedef SmallVector<Location, 8> LocationVec;
typedef SmallVector<LiveOutReg, 8> LiveOutVec;
OpenPOWER on IntegriCloud