]> granicus.if.org Git - clang/commit
clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jan 2013 05:58:53 +0000 (05:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jan 2013 05:58:53 +0000 (05:58 +0000)
commite095c654b02e354e188479809e2c7438700bbc95
tree05e473efda1679c95e30742695af4cd3285239a8
parent33eb9b54b0a5db3b4b9f91f4796aa30e0f3ddbb3
clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown.

with -target i686-win32, you will see;

debug-info-static-member.cpp:11:22: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
  const static float const_b = 3.14;
                     ^         ~~~~
  constexpr

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173418 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-static-member.cpp