[PATCH] D43060: [CodeView] Lower __restrict and other pointer qualifiers correctly

Hui Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 16:33:38 PST 2018


Hui added inline comments.


================
Comment at: llvm/test/DebugInfo/COFF/type-quals.ll:13
+;   Union u;
+;   const int *p;
+;   const volatile int v = 0;
----------------
Could you check the type of `p` in the test? Should be something like

LocalSym {
      Kind: S_LOCAL (0x113E)
      Type: const int* (0x100E)
      Flags [ (0x0)
      ]
      VarName: p
    }



https://reviews.llvm.org/D43060





More information about the llvm-commits mailing list