This creates an integration test for global constants
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm
This should be running here now:
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc
I'd suggest checking if it's green tomorrow.
debuginfo-tests/win_cdb/global-constant.cpp | ||
---|---|---|
27–28 ↗ | (On Diff #203419) | Please add a comment indicating why this is intended behavior. ENUM_POS is unused, so it never ends up in the globals stream, so we expect this to fail. |