diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-05-01 18:52:14 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-05-01 18:52:14 +0000 |
commit | af6b2504f84152bb55cdb39d2d1a1dcea3d541bb (patch) | |
tree | ab9f7e570bd948093d3b014571bdd0c2a14debf9 /llvm/lib/CodeGen/StackMaps.cpp | |
parent | a108a65df2716de0c12d39f189c300a17a7bde8b (diff) | |
download | llvm-af6b2504f84152bb55cdb39d2d1a1dcea3d541bb.zip llvm-af6b2504f84152bb55cdb39d2d1a1dcea3d541bb.tar.gz llvm-af6b2504f84152bb55cdb39d2d1a1dcea3d541bb.tar.bz2 |
profile: Fix the build with gcc 4.9
GCC -pedantic warns that the initialization of Header is not constant:
InstrProfilingFile.c:31:5: error: initializer element is not computable at load time [-Werror]
LLVM defaults to enabling -pedantic. If this warning is unhelpful, we
can consider revisiting that decision.
llvm-svn: 207784
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions